registration state: cleanup

Change-Id: Ifed579accd0e08e7bb9e000830a00bc1cc9b6d6b
This commit is contained in:
Adrien Béraud
2022-07-13 12:10:09 -04:00
parent 0222d86148
commit 9c2e609ea1

View File

@ -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_