aboutsummaryrefslogtreecommitdiff
path: root/lib/System/AIX/Path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/AIX/Path.cpp')
-rw-r--r--lib/System/AIX/Path.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/System/AIX/Path.cpp b/lib/System/AIX/Path.cpp
index f75ab90748..117fbfb81b 100644
--- a/lib/System/AIX/Path.cpp
+++ b/lib/System/AIX/Path.cpp
@@ -11,17 +11,17 @@
//
//===----------------------------------------------------------------------===//
-//===----------------------------------------------------------------------===//
-//=== WARNING: Implementation here must contain only AIX specific code
-//=== and must not be generic UNIX code (see ../Unix/Path.cpp)
-//===----------------------------------------------------------------------===//
-
// Include the generic unix implementation
#include "../Unix/Path.cpp"
namespace llvm {
using namespace sys;
+//===----------------------------------------------------------------------===//
+//=== WARNING: Implementation here must contain only AIX specific code
+//=== and must not be generic UNIX code (see ../Unix/Path.cpp)
+//===----------------------------------------------------------------------===//
+
bool
Path::is_valid() const {
if (path.empty())