]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/screenshotgen/src/autocapture.h
Removed traces of wxFormBuilder from the screenshotgen utility, cleaned up some depen...
[wxWidgets.git] / utils / screenshotgen / src / autocapture.h
index 29d01734aaf227e0bace37cecb7cbee4d06fd121..e0aed4d36e89c64423a7335322d8f940cd494838 100644 (file)
@@ -6,14 +6,14 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef AUTOCAP_H
-#define AUTOCAP_H
+#ifndef _AUTOCAPTURE_H_
+#define _AUTOCAPTURE_H_
 
-#include <wx/notebook.h>
-#include <wx/settings.h>
 #include <vector>
 #include <ctime>
 
+#include <wx/notebook.h>
+
 
 // TODO: document what these flags mean
 enum AdjustFlags
@@ -112,6 +112,6 @@ private:      // internal utils
     int m_border;
 };
 
-#endif // AUTOCAP_H
+#endif // _AUTOCAPTURE_H_