diff options
Diffstat (limited to 'src/VBox/Main/include/USBIdDatabase.h')
-rw-r--r-- | src/VBox/Main/include/USBIdDatabase.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/VBox/Main/include/USBIdDatabase.h b/src/VBox/Main/include/USBIdDatabase.h index afe80fca356..bb404eb3157 100644 --- a/src/VBox/Main/include/USBIdDatabase.h +++ b/src/VBox/Main/include/USBIdDatabase.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___USBIdDatabase_h -#define ___USBIdDatabase_h +#ifndef MAIN_INCLUDED_USBIdDatabase_h +#define MAIN_INCLUDED_USBIdDatabase_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -212,5 +212,5 @@ public: }; -#endif +#endif /* !MAIN_INCLUDED_USBIdDatabase_h */ |