diff options
Diffstat (limited to 'Tests/InterfaceLibrary')
-rw-r--r-- | Tests/InterfaceLibrary/libsdir/sharedlib/sharedlib.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tests/InterfaceLibrary/libsdir/sharedlib/sharedlib.h b/Tests/InterfaceLibrary/libsdir/sharedlib/sharedlib.h index 5b3c7db..3e18941 100644 --- a/Tests/InterfaceLibrary/libsdir/sharedlib/sharedlib.h +++ b/Tests/InterfaceLibrary/libsdir/sharedlib/sharedlib.h @@ -2,9 +2,8 @@ #ifndef SHAREDLIB_H #define SHAREDLIB_H -#include "sharedlib_export.h" - #include "shareddependlib.h" +#include "sharedlib_export.h" struct SHAREDLIB_EXPORT SharedLibObject { |