diff options
Diffstat (limited to 'src/entity.cpp')
-rw-r--r-- | src/entity.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index 1294484..1d2e926 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -1,5 +1,5 @@ -#include "entity.h" -#include "core.h" +#include "hotstuff/entity.h" +#include "hotstuff/core.h" namespace hotstuff { |