summaryrefslogtreecommitdiff
path: root/src/VBox/Main/include/BandwidthGroupImpl.h
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2019-01-01 03:22:50 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2019-01-01 03:22:50 +0000
commite32521bdf99a0c32c5745fab6b33fcd2689cfbc3 (patch)
tree318f385e516753b115bb68029a32fa350c1d47cc /src/VBox/Main/include/BandwidthGroupImpl.h
parentf95af1d56106bb9ec1e3d9a5f0592fe72d93047d (diff)
downloadVirtualBox-svn-e32521bdf99a0c32c5745fab6b33fcd2689cfbc3.tar.gz
Main: Use MAIN_INCLUDED_ and MAIN_INCLUDED_SRC_ as header guard prefixes with scm.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@76562 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Main/include/BandwidthGroupImpl.h')
-rw-r--r--src/VBox/Main/include/BandwidthGroupImpl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/VBox/Main/include/BandwidthGroupImpl.h b/src/VBox/Main/include/BandwidthGroupImpl.h
index 9a75ad73f70..314c16ec339 100644
--- a/src/VBox/Main/include/BandwidthGroupImpl.h
+++ b/src/VBox/Main/include/BandwidthGroupImpl.h
@@ -16,8 +16,8 @@
* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
*/
-#ifndef ____H_BANDWIDTHGROUPIMPL
-#define ____H_BANDWIDTHGROUPIMPL
+#ifndef MAIN_INCLUDED_BandwidthGroupImpl_h
+#define MAIN_INCLUDED_BandwidthGroupImpl_h
#ifndef RT_WITHOUT_PRAGMA_ONCE
# pragma once
#endif
@@ -101,5 +101,5 @@ private:
Data *m;
};
-#endif // ____H_BANDWIDTHGROUPIMPL
+#endif /* !MAIN_INCLUDED_BandwidthGroupImpl_h */
/* vi: set tabstop=4 shiftwidth=4 expandtab: */