@@ -7,10 +7,10 @@
* Full text of license available in license.txt file, in main folder
*
*/
- #pragma once
+#pragma once
- #include "../windows/CWindowObject.h"
- #include "CWindowWithArtifacts.h"
+#include "../windows/CWindowObject.h"
+#include "CWindowWithArtifacts.h"
class CCallback;
@@ -7,8 +7,7 @@
-#ifndef IMAGEVIEWER_H
-#define IMAGEVIEWER_H
#include <QDialog>
@@ -38,5 +37,3 @@ protected:
private:
Ui::ImageViewer * ui;
};
-
-#endif // IMAGEVIEWER_H
@@ -10,6 +10,7 @@
#pragma once
+#include "StdInc.h"
#include <atomic>
namespace Load
@@ -7,7 +7,7 @@
#include "../GameConstants.h"