diff options
Diffstat (limited to 'Tests/SimpleInstallS2/inst.cxx')
-rw-r--r-- | Tests/SimpleInstallS2/inst.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Tests/SimpleInstallS2/inst.cxx b/Tests/SimpleInstallS2/inst.cxx index ecf061c..7815f86 100644 --- a/Tests/SimpleInstallS2/inst.cxx +++ b/Tests/SimpleInstallS2/inst.cxx @@ -1,14 +1,14 @@ #include "foo.h" #ifdef STAGE_2 -#include <foo/lib1.h> -#include <foo/lib2renamed.h> -#include <lib3.h> -#include <old/lib2.h> -#include <old/lib3.h> +# include <foo/lib1.h> +# include <foo/lib2renamed.h> +# include <lib3.h> +# include <old/lib2.h> +# include <old/lib3.h> #else -#include "lib1.h" -#include "lib2.h" +# include "lib1.h" +# include "lib2.h" #endif #include "lib4.h" |