From 21fe376d1d9ffa6064cf89faab7860d443d9f7fd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 17 Jan 2013 00:43:27 +0100 Subject: path: convert to C++ --- src/InotifyUpdate.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/InotifyUpdate.cxx') diff --git a/src/InotifyUpdate.cxx b/src/InotifyUpdate.cxx index 7ed0e84b..a1c3e039 100644 --- a/src/InotifyUpdate.cxx +++ b/src/InotifyUpdate.cxx @@ -23,10 +23,7 @@ #include "InotifyQueue.hxx" #include "Mapper.hxx" #include "Main.hxx" - -extern "C" { -#include "path.h" -} +#include "Path.hxx" #include #include -- cgit v1.2.3