From 5a0b3927a33807cca4c77c40eb873f8a3b51b0b0 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 29 Apr 2023 19:07:11 +0100 Subject: Drop .hpp for header only things Half of them acquired a .cpp part anyway --- assetFactory/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assetFactory/object.h') diff --git a/assetFactory/object.h b/assetFactory/object.h index 3f7b640..f47c512 100644 --- a/assetFactory/object.h +++ b/assetFactory/object.h @@ -2,7 +2,7 @@ #include "persistence.h" #include "shape.h" -#include "stdTypeDefs.hpp" +#include "stdTypeDefs.h" #include "use.h" class Object : public StdTypeDefs, public Shape, public Persistence::Persistable { -- cgit v1.2.3