summaryrefslogtreecommitdiff
path: root/src/wx/about_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/about_dialog.h')
-rw-r--r--src/wx/about_dialog.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/wx/about_dialog.h b/src/wx/about_dialog.h
index f3bb65a6c..f9b60ccc6 100644
--- a/src/wx/about_dialog.h
+++ b/src/wx/about_dialog.h
@@ -22,13 +22,15 @@
* @brief The "about DCP-o-matic" dialogue box.
*/
-#include "lib/warnings.h"
-DCPOMATIC_DISABLE_WARNINGS
+
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
#include <wx/wx.h>
-DCPOMATIC_ENABLE_WARNINGS
+LIBDCP_ENABLE_WARNINGS
class wxNotebook;
+
/** @class AboutDialog
* @brief The "about DCP-o-matic" dialogue box.
*/