diff options
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 |