From 9c2e609ea1eace2b44e79f9cea303e3efd34d95e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Wed, 13 Jul 2022 12:10:09 -0400 Subject: [PATCH] registration state: cleanup Change-Id: Ifed579accd0e08e7bb9e000830a00bc1cc9b6d6b --- src/registration_states.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/registration_states.h b/src/registration_states.h index d4c4aa248e..18965d9d10 100644 --- a/src/registration_states.h +++ b/src/registration_states.h @@ -19,8 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef REGISTRATION_STATES_H_ -#define REGISTRATION_STATES_H_ +#pragma once #ifdef REGISTERED #undef REGISTERED @@ -43,5 +42,3 @@ enum class RegistrationState { }; } // namespace jami - -#endif // REGISTRATION_STATES_H_ -- GitLab