summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/VBox/Devices/Audio/AudioTestService.h6
-rw-r--r--src/VBox/Devices/Audio/AudioTestServiceInternal.h6
-rw-r--r--src/VBox/Devices/Audio/AudioTestServiceProtocol.h6
3 files changed, 9 insertions, 9 deletions
diff --git a/src/VBox/Devices/Audio/AudioTestService.h b/src/VBox/Devices/Audio/AudioTestService.h
index 04c76165449..ac0c9865212 100644
--- a/src/VBox/Devices/Audio/AudioTestService.h
+++ b/src/VBox/Devices/Audio/AudioTestService.h
@@ -24,8 +24,8 @@
* terms and conditions of either the GPL or the CDDL or both.
*/
-#ifndef VBOX_INCLUDED_SRC_AudioTestService_h
-#define VBOX_INCLUDED_SRC_AudioTestService_h
+#ifndef VBOX_INCLUDED_SRC_Audio_AudioTestService_h
+#define VBOX_INCLUDED_SRC_Audio_AudioTestService_h
#ifndef RT_WITHOUT_PRAGMA_ONCE
# pragma once
#endif
@@ -36,5 +36,5 @@
int atsInit(void);
int atsStart(void);
-#endif /* !VBOX_INCLUDED_SRC_AudioTestService_h */
+#endif /* !VBOX_INCLUDED_SRC_Audio_AudioTestService_h */
diff --git a/src/VBox/Devices/Audio/AudioTestServiceInternal.h b/src/VBox/Devices/Audio/AudioTestServiceInternal.h
index 7f56468b0e4..ffe47f7ee61 100644
--- a/src/VBox/Devices/Audio/AudioTestServiceInternal.h
+++ b/src/VBox/Devices/Audio/AudioTestServiceInternal.h
@@ -24,8 +24,8 @@
* terms and conditions of either the GPL or the CDDL or both.
*/
-#ifndef VBOX_INCLUDED_SRC_AudioTestServiceInternal_h
-#define VBOX_INCLUDED_SRC_AudioTestServiceInternal_h
+#ifndef VBOX_INCLUDED_SRC_Audio_AudioTestServiceInternal_h
+#define VBOX_INCLUDED_SRC_Audio_AudioTestServiceInternal_h
#ifndef RT_WITHOUT_PRAGMA_ONCE
# pragma once
#endif
@@ -212,5 +212,5 @@ extern ATSTRANSPORT const g_TcpTransport;
RT_C_DECLS_END
-#endif /* !VBOX_INCLUDED_SRC_AudioTestServiceInternal_h */
+#endif /* !VBOX_INCLUDED_SRC_Audio_AudioTestServiceInternal_h */
diff --git a/src/VBox/Devices/Audio/AudioTestServiceProtocol.h b/src/VBox/Devices/Audio/AudioTestServiceProtocol.h
index dd7b787163b..2679f6caec7 100644
--- a/src/VBox/Devices/Audio/AudioTestServiceProtocol.h
+++ b/src/VBox/Devices/Audio/AudioTestServiceProtocol.h
@@ -24,8 +24,8 @@
* terms and conditions of either the GPL or the CDDL or both.
*/
-#ifndef VBOX_INCLUDED_SRC_AudioTestServiceProtocol_h
-#define VBOX_INCLUDED_SRC_AudioTestServiceProtocol_h
+#ifndef VBOX_INCLUDED_SRC_Audio_AudioTestServiceProtocol_h
+#define VBOX_INCLUDED_SRC_Audio_AudioTestServiceProtocol_h
#ifndef RT_WITHOUT_PRAGMA_ONCE
# pragma once
#endif
@@ -219,4 +219,4 @@ DECLHIDDEN(void) atsProtocolRepN2H(PATSPKTHDR pPktHdr);
RT_C_DECLS_END
-#endif /* !VBOX_INCLUDED_SRC_AudioTestServiceProtocol_h */
+#endif /* !VBOX_INCLUDED_SRC_Audio_AudioTestServiceProtocol_h */