Fill test disk partitions with random noise to expose more bugs.
[dcpomatic.git] / src / wx / try_unmount_dialog.h
index de686f14ca68317697eca4ff72c13e88d7b2de40..027e5e838f375001dcc2f3f11b6197b04600c312 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2020 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2020-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
-#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 TryUnmountDialog : public wxDialog
 {