diff options
author | Max Kellermann <max@duempel.org> | 2013-01-17 00:43:27 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-17 00:43:27 +0100 |
commit | 21fe376d1d9ffa6064cf89faab7860d443d9f7fd (patch) | |
tree | ff5c7a9861dcf3cd69549b356305f083d7c594e3 /src/CommandLine.cxx | |
parent | e22ef6c481ab6fff3a704c515804101d9ae399a1 (diff) |
path: convert to C++
Diffstat (limited to 'src/CommandLine.cxx')
-rw-r--r-- | src/CommandLine.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx index a8608af9c..e9766dfae 100644 --- a/src/CommandLine.cxx +++ b/src/CommandLine.cxx @@ -19,7 +19,6 @@ #include "config.h" #include "CommandLine.hxx" -#include "path.h" #include "ls.hxx" #include "Log.hxx" #include "conf.h" |