Fix includes
diff --git a/fs-watcher/fs-watcher.cpp b/fs-watcher/fs-watcher.cpp
index 2c83f09..d7b98ad 100644
--- a/fs-watcher/fs-watcher.cpp
+++ b/fs-watcher/fs-watcher.cpp
@@ -20,9 +20,9 @@
* Zhenkai Zhu <zhenkai@cs.ucla.edu>
*/
-#include "fs-watcher.h"
-#include "db-helper.h"
-#include "logging.h"
+#include "fs-watcher.hpp"
+#include "db-helper.hpp"
+#include "logging.hpp"
#include <boost/bind.hpp>
diff --git a/fs-watcher/fs-watcher.hpp b/fs-watcher/fs-watcher.hpp
index e3c9305..6976cbd 100644
--- a/fs-watcher/fs-watcher.hpp
+++ b/fs-watcher/fs-watcher.hpp
@@ -27,7 +27,7 @@
#include <boost/filesystem.hpp>
#include <sqlite3.h>
-#include "scheduler.h"
+#include "scheduler.hpp"
class FsWatcher : public QObject
{