diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-07-07 01:35:05 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-07-07 01:35:05 +0200 |
commit | ebe459d8f98636e94afe1b6525560c1a61114530 (patch) | |
tree | 72128463fe1a985ad793abda23d098618d71f4c1 /include/KInterface.h | |
parent | f661be495da085eacceae17f0e2edf986a4279d1 (diff) |
project structure refactoring
Diffstat (limited to 'include/KInterface.h')
-rw-r--r-- | include/KInterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/KInterface.h b/include/KInterface.h index a8a7ee2..7f485a6 100644 --- a/include/KInterface.h +++ b/include/KInterface.h @@ -1,6 +1,6 @@ #pragma once -#include "Driver.h" +#include "KMemDriver.h" #include <vector> #include <Windows.h> |