diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-06-06 17:50:58 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-06-06 17:50:58 +0200 |
commit | 33fb378b7605d34e73d9187cfb36aa8535b96cd0 (patch) | |
tree | 590aec101ad8aa055b90ddfb6bdc3b08a6715dc5 /src/high | |
parent | ecef2b6bf1e49a62acf4b9baf9a927835fa03e91 (diff) | |
download | tmwa-33fb378b7605d34e73d9187cfb36aa8535b96cd0.tar.gz tmwa-33fb378b7605d34e73d9187cfb36aa8535b96cd0.tar.bz2 tmwa-33fb378b7605d34e73d9187cfb36aa8535b96cd0.tar.xz tmwa-33fb378b7605d34e73d9187cfb36aa8535b96cd0.zip |
Generate code out of treegenerate-code-out-of-tree
Diffstat (limited to 'src/high')
-rw-r--r-- | src/high/fwd.hpp | 4 | ||||
-rw-r--r-- | src/high/mmo.hpp | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/high/fwd.hpp b/src/high/fwd.hpp index 96875d3..79c6647 100644 --- a/src/high/fwd.hpp +++ b/src/high/fwd.hpp @@ -18,7 +18,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. -#include "../sanity.hpp" +#include "sanity.hpp" #include "../range/fwd.hpp" // rank 1 #include "../strings/fwd.hpp" // rank 1 @@ -27,7 +27,7 @@ #include "../io/fwd.hpp" // rank 4 #include "../net/fwd.hpp" // rank 5 #include "../mmo/fwd.hpp" // rank 6 -#include "../proto2/fwd.hpp" // rank 8 +#include "proto2/fwd.hpp" // rank 8 // high/fwd.hpp is rank 9 diff --git a/src/high/mmo.hpp b/src/high/mmo.hpp index b5bcac8..998689b 100644 --- a/src/high/mmo.hpp +++ b/src/high/mmo.hpp @@ -25,10 +25,10 @@ #include "../compat/borrow.hpp" #include "../compat/memory.hpp" -#include "../proto2/net-CharData.hpp" -#include "../proto2/net-CharKey.hpp" -#include "../proto2/net-PartyMost.hpp" -#include "../proto2/net-SkillValue.hpp" +#include "proto2/net-CharData.hpp" +#include "proto2/net-CharKey.hpp" +#include "proto2/net-PartyMost.hpp" +#include "proto2/net-SkillValue.hpp" namespace tmwa |