summaryrefslogtreecommitdiffstats
path: root/Tests/InterfaceLibrary/sharedlibtestexe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/InterfaceLibrary/sharedlibtestexe.cpp')
-rw-r--r--Tests/InterfaceLibrary/sharedlibtestexe.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/InterfaceLibrary/sharedlibtestexe.cpp b/Tests/InterfaceLibrary/sharedlibtestexe.cpp
index 44f160d..97b5aa9 100644
--- a/Tests/InterfaceLibrary/sharedlibtestexe.cpp
+++ b/Tests/InterfaceLibrary/sharedlibtestexe.cpp
@@ -1,14 +1,14 @@
#ifndef SHAREDLIB_DEFINE
-#error Expected SHAREDLIB_DEFINE
+# error Expected SHAREDLIB_DEFINE
#endif
#ifndef SHAREDDEPENDLIB_DEFINE
-#error Expected SHAREDDEPENDLIB_DEFINE
+# error Expected SHAREDDEPENDLIB_DEFINE
#endif
-#include "sharedlib.h"
#include "shareddependlib.h"
+#include "sharedlib.h"
int main(int, char**)
{