aboutsummaryrefslogtreecommitdiffstats
path: root/src/wayland.hpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-07-03 11:01:28 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 17:24:00 +0200
commitcb5568e11bbe2d499d4d43dc30a779a5869b12ea (patch)
treec19eba624790091bd425118f696f95ccafdf2ad0 /src/wayland.hpp
parent1f3e4103df53cc0d0946cd712165877bae8a2c2d (diff)
util.h and its impl are now c++
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src/wayland.hpp')
-rw-r--r--src/wayland.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wayland.hpp b/src/wayland.hpp
index 96b0199..b66bca7 100644
--- a/src/wayland.hpp
+++ b/src/wayland.hpp
@@ -3,7 +3,7 @@
#include "ivi-controller-client-protocol.h"
-#include "util.h"
+#include "util.hpp"
#include <functional>
#include <unordered_map>