aboutsummaryrefslogtreecommitdiff
path: root/sensor/main/io.cpp
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-07-19 23:13:07 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2015-07-19 23:13:07 +0200
commit06b0a16d2635dba071ea7967f32c2aabe2b9cbcc (patch)
tree0d5d9c40f0dbc8d1fadc89e1da897075ecc52a8a /sensor/main/io.cpp
parentae2d05eee4ffcec4c0611d907779ce8ef61d3a6e (diff)
downloadble-toys-06b0a16d2635dba071ea7967f32c2aabe2b9cbcc.tar.gz
ble-toys-06b0a16d2635dba071ea7967f32c2aabe2b9cbcc.tar.bz2
ble-toys-06b0a16d2635dba071ea7967f32c2aabe2b9cbcc.tar.xz
ble-toys-06b0a16d2635dba071ea7967f32c2aabe2b9cbcc.zip
o Trying to clean up includes a bit.
Diffstat (limited to 'sensor/main/io.cpp')
-rw-r--r--sensor/main/io.cpp4
1 files changed, 2 insertions, 2 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 {