aboutsummaryrefslogtreecommitdiff
path: root/CPP/7zip/UI/Console/OpenCallbackConsole.h
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/UI/Console/OpenCallbackConsole.h')
-rw-r--r--[-rwxr-xr-x]CPP/7zip/UI/Console/OpenCallbackConsole.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/CPP/7zip/UI/Console/OpenCallbackConsole.h b/CPP/7zip/UI/Console/OpenCallbackConsole.h
index 99e8c04..25d3f72 100755..100644
--- a/CPP/7zip/UI/Console/OpenCallbackConsole.h
+++ b/CPP/7zip/UI/Console/OpenCallbackConsole.h
@@ -1,9 +1,10 @@
// OpenCallbackConsole.h
-#ifndef __OPENCALLBACKCONSOLE_H
-#define __OPENCALLBACKCONSOLE_H
+#ifndef __OPEN_CALLBACK_CONSOLE_H
+#define __OPEN_CALLBACK_CONSOLE_H
+
+#include "../../../Common/StdOutStream.h"
-#include "Common/StdOutStream.h"
#include "../Common/ArchiveOpenCallback.h"
class COpenCallbackConsole: public IOpenCallbackUI