diff options
author | Tomi Valkeinen <tomi.valkeinen@iki.fi> | 2015-10-02 22:19:51 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@iki.fi> | 2015-10-03 16:59:19 +0300 |
commit | 4d1671bc8a3b429ac2c92969dd35ace75dbf8269 (patch) | |
tree | edc41a0af273a961553f0324c7c84a74f894cdfc /py | |
parent | 3a41b320210c974658b81a10fd6b7f0cb385679d (diff) |
libkmstest: cleanup headers
Diffstat (limited to 'py')
-rw-r--r-- | py/pykms.i | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ %{ #include "kms++.h" -#include "testpat.h" +#include "kmstest.h" using namespace kms; %} @@ -22,4 +22,4 @@ using namespace kms; %include "connector.h" %include "encoder.h" -%include "testpat.h" +%include "kmstest.h" |