diff options
author | Ash Wolf <ninji@wuffs.org> | 2023-07-10 02:10:20 +0100 |
---|---|---|
committer | Ash Wolf <ninji@wuffs.org> | 2023-07-10 02:10:20 +0100 |
commit | 0f3cba6fcea0ffd511dfe3275d57a5b9e69be5be (patch) | |
tree | 7f9caca3a050552001e87fe5b6bf7d7149afaf1c /src/Plugins/Food/Common/FoodPlugin.h | |
parent | bd99f088a53686119c9bbfc0baf34128cd0eda2f (diff) | |
download | t2win-0f3cba6fcea0ffd511dfe3275d57a5b9e69be5be.tar.gz t2win-0f3cba6fcea0ffd511dfe3275d57a5b9e69be5be.zip |
build a barely-tested Burger plugin
Diffstat (limited to 'src/Plugins/Food/Common/FoodPlugin.h')
-rw-r--r-- | src/Plugins/Food/Common/FoodPlugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Plugins/Food/Common/FoodPlugin.h b/src/Plugins/Food/Common/FoodPlugin.h index 5cd0a5a..78e1e6b 100644 --- a/src/Plugins/Food/Common/FoodPlugin.h +++ b/src/Plugins/Food/Common/FoodPlugin.h @@ -1,6 +1,6 @@ #pragma once -#include "common.h" -#include "T2TenantPlugin.h" +#include "../../../common.h" +#include "../../../T2DLL/T2TenantPlugin.h" class FoodPlugin : public T2TenantPlugin { public: |