diff --git a/src/Filesystem_TEST.cc b/src/Filesystem_TEST.cc index c7f2ea3e7..ab1122088 100644 --- a/src/Filesystem_TEST.cc +++ b/src/Filesystem_TEST.cc @@ -17,6 +17,8 @@ #include +#include "gz/common/Util.hh" +using namespace ignition; #ifndef _WIN32 #include @@ -26,13 +28,9 @@ #include #include -#include "gz/common/Util.hh" - // The symlink tests should always work on UNIX systems #define BUILD_SYMLINK_TESTS -using namespace ignition; - ///////////////////////////////////////////////// bool create_and_switch_to_temp_dir(std::string &_new_temp_path) {