summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2016-05-23 10:05:40 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-05-23 10:05:40 +0300
commitc17c439a70b86b08c8d584928e94eb52096b79b6 (patch)
tree34e98bf14ec9ecca6478fb6249ecfaa02ee0c611 /py
parenta5c28bcb2ead34e921617711ebf94ffcb5d72878 (diff)
Reorganize libkms++utils header
Diffstat (limited to 'py')
-rw-r--r--py/pykmsutil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/pykmsutil.cpp b/py/pykmsutil.cpp
index 407330d..0d4cf89 100644
--- a/py/pykmsutil.cpp
+++ b/py/pykmsutil.cpp
@@ -1,7 +1,7 @@
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <kms++.h>
-#include "kmstest.h"
+#include <kms++util.h>
namespace py = pybind11;