From cb5568e11bbe2d499d4d43dc30a779a5869b12ea Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Mon, 3 Jul 2017 11:01:28 +0200 Subject: util.h and its impl are now c++ Signed-off-by: Marcus Fritzsch --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index fbd4e46..3b01d95 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,4 +1,4 @@ -#include "util.h" +#include "util.hpp" #include "wayland.hpp" #include -- cgit 1.2.3-korg