diff options
Diffstat (limited to 'src/VBox/Main/include/NetworkServiceRunner.h')
-rw-r--r-- | src/VBox/Main/include/NetworkServiceRunner.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/VBox/Main/include/NetworkServiceRunner.h b/src/VBox/Main/include/NetworkServiceRunner.h index 09959cdcb5f..e518371af04 100644 --- a/src/VBox/Main/include/NetworkServiceRunner.h +++ b/src/VBox/Main/include/NetworkServiceRunner.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ____H_NETWORKSERVICERUNNER -#define ____H_NETWORKSERVICERUNNER +#ifndef MAIN_INCLUDED_NetworkServiceRunner_h +#define MAIN_INCLUDED_NetworkServiceRunner_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -62,5 +62,5 @@ private: Data *m; }; -#endif +#endif /* !MAIN_INCLUDED_NetworkServiceRunner_h */ |