diff --git a/src/kits/tracker/PublicCommands.h b/src/kits/tracker/PublicCommands.h index b14525373d..63cbd8a27c 100644 --- a/src/kits/tracker/PublicCommands.h +++ b/src/kits/tracker/PublicCommands.h @@ -31,8 +31,8 @@ of Be Incorporated in the United States and other countries. Other brand product names are registered trademarks or trademarks of their respective holders. All rights reserved. */ -#ifndef __PUBLIC_COMMANDS__ -#define __PUBLIC_COMMANDS__ +#ifndef _PUBLIC_COMMANDS_H +#define _PUBLIC_COMMANDS_H #include @@ -60,4 +60,5 @@ const uint32 kFSClipboardChanges = 'TCch'; using namespace BPrivate; -#endif // __PUBLIC_COMMANDS__ + +#endif // _PUBLIC_COMMANDS_H