X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/101adcd54c72f26cac85e92b28cc8564e8903d05..cfcc02a8a4f019e3846b73660209080602e44967:/utils/screenshotgen/src/autocapture.h diff --git a/utils/screenshotgen/src/autocapture.h b/utils/screenshotgen/src/autocapture.h index 29d01734aa..e0aed4d36e 100644 --- a/utils/screenshotgen/src/autocapture.h +++ b/utils/screenshotgen/src/autocapture.h @@ -6,14 +6,14 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -#ifndef AUTOCAP_H -#define AUTOCAP_H +#ifndef _AUTOCAPTURE_H_ +#define _AUTOCAPTURE_H_ -#include -#include #include #include +#include + // TODO: document what these flags mean enum AdjustFlags @@ -112,6 +112,6 @@ private: // internal utils int m_border; }; -#endif // AUTOCAP_H +#endif // _AUTOCAPTURE_H_