diff options
Diffstat (limited to 'updater/common.h')
-rw-r--r-- | updater/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/updater/common.h b/updater/common.h index 4a730a2..545f957 100644 --- a/updater/common.h +++ b/updater/common.h @@ -42,9 +42,9 @@ //#include <m_genmenu.h>
#include "m_updater.h"
-#include <m_trigger.h>
+#include "m_trigger.h"
-#include <m_folders.h>
+#include "m_folders.h"
//#define TESTING // causes version to be 0.0.0.1
//#define USE_MY_SERVER // uses URLS for scottellis.com.au test site for non-beta
|