Remove out-of-date comment.
[ardour.git] / libs / pbd / mountpoint.cc
index a4063a0e4081d02fc1b84074d82b77afd26ede9b..3cc94638a335023019d829dad5b1523d61573acb 100644 (file)
 #include <cstring>
 #include <limits.h>
 
-#include <pbd/mountpoint.h>
+#include "pbd/mountpoint.h"
 
 using std::string;
 
-#ifdef HAVE_WAFCONFIG_H
-#include "wafconfig.h"
+#ifdef WAF_BUILD
+#include "libpbd-config.h"
 #endif
 
-#if HAVE_GETMNTENT
+#ifdef HAVE_GETMNTENT
 #include <mntent.h>
 
 struct mntent_sorter {