aboutsummaryrefslogtreecommitdiff
path: root/src/ExcludeList.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-17 00:43:27 +0100
committerMax Kellermann <max@duempel.org>2013-01-17 00:43:27 +0100
commit21fe376d1d9ffa6064cf89faab7860d443d9f7fd (patch)
treeff5c7a9861dcf3cd69549b356305f083d7c594e3 /src/ExcludeList.cxx
parente22ef6c481ab6fff3a704c515804101d9ae399a1 (diff)
path: convert to C++
Diffstat (limited to 'src/ExcludeList.cxx')
-rw-r--r--src/ExcludeList.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ExcludeList.cxx b/src/ExcludeList.cxx
index 4beb7afc..2c2dc952 100644
--- a/src/ExcludeList.cxx
+++ b/src/ExcludeList.cxx
@@ -24,10 +24,7 @@
#include "config.h"
#include "ExcludeList.hxx"
-
-extern "C" {
-#include "path.h"
-}
+#include "Path.hxx"
#include <assert.h>
#include <string.h>