summaryrefslogtreecommitdiffstats
path: root/src/uscxml
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-01-23 21:38:06 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-01-23 21:38:06 (GMT)
commitd2f380e8cd90198be3a015be57187916879ac7cd (patch)
treedf62fc51b032c4b60bb71914583ff4af4c8159d2 /src/uscxml
parent69247ac083836cfae493e0d220c5faf3818c0bf9 (diff)
downloaduscxml-d2f380e8cd90198be3a015be57187916879ac7cd.zip
uscxml-d2f380e8cd90198be3a015be57187916879ac7cd.tar.gz
uscxml-d2f380e8cd90198be3a015be57187916879ac7cd.tar.bz2
FS on MacOS is case-insensitive
Diffstat (limited to 'src/uscxml')
-rw-r--r--src/uscxml/plugins/Factory.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/uscxml/plugins/Factory.cpp b/src/uscxml/plugins/Factory.cpp
index b4120a1..b609955 100644
--- a/src/uscxml/plugins/Factory.cpp
+++ b/src/uscxml/plugins/Factory.cpp
@@ -25,17 +25,14 @@
#include "uscxml/interpreter/Logging.h"
#include "uscxml/plugins/ExecutableContent.h"
+#include "uscxml/plugins/ExecutableContentImpl.h"
#include "uscxml/plugins/EventHandler.h"
#include "uscxml/plugins/IOProcessor.h"
#include "uscxml/plugins/IOProcessorImpl.h"
#include "uscxml/plugins/Invoker.h"
+#include "uscxml/plugins/InvokerImpl.h"
#include "uscxml/plugins/DataModelImpl.h"
-#include "uscxml/interpreter/ContentExecutorImpl.h"
-#include "uscxml/interpreter/EventQueueImpl.h"
-#include "uscxml/interpreter/MicrostepImpl.h"
-
-#include "uscxml/plugins/ExecutableContentImpl.h"
// see http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system