aboutsummaryrefslogtreecommitdiff
path: root/sensor/main
diff options
context:
space:
mode:
Diffstat (limited to 'sensor/main')
-rw-r--r--sensor/main/io.cpp4
-rw-r--r--sensor/main/sensor.cpp5
2 files changed, 2 insertions, 7 deletions
diff --git a/sensor/main/io.cpp b/sensor/main/io.cpp
index a37844a..6c384ff 100644
--- a/sensor/main/io.cpp
+++ b/sensor/main/io.cpp
@@ -1,8 +1,8 @@
#include "trygvis/sensor/io.h"
#include <map>
-#include "json.hpp"
-#include "boost/tokenizer.hpp"
+#include <json.hpp>
+#include <boost/tokenizer.hpp>
#include <boost/algorithm/string.hpp>
namespace trygvis {
diff --git a/sensor/main/sensor.cpp b/sensor/main/sensor.cpp
index be3d31e..1c0c666 100644
--- a/sensor/main/sensor.cpp
+++ b/sensor/main/sensor.cpp
@@ -1,10 +1,5 @@
#include "trygvis/sensor.h"
-
-#include "json.hpp"
-#include <set>
-#include <boost/regex.hpp>
#include <boost/lexical_cast.hpp>
-#include <chrono>
namespace trygvis {
namespace sensor {