diff options
Diffstat (limited to 'src/wire')
-rw-r--r-- | src/wire/fwd.hpp | 4 | ||||
-rw-r--r-- | src/wire/packets.hpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/wire/fwd.hpp b/src/wire/fwd.hpp index 83d5b20..01ba4c2 100644 --- a/src/wire/fwd.hpp +++ b/src/wire/fwd.hpp @@ -18,13 +18,13 @@ // 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 "../ints/fwd.hpp" // rank 1 #include "../compat/fwd.hpp" // rank 2 #include "../io/fwd.hpp" // rank 4 #include "../net/fwd.hpp" // rank 5 -#include "../proto2/fwd.hpp" // rank 8 +#include "proto2/fwd.hpp" // rank 8 // wire/fwd.hpp is rank 9 namespace tmwa diff --git a/src/wire/packets.hpp b/src/wire/packets.hpp index 82cc919..6f6bbf7 100644 --- a/src/wire/packets.hpp +++ b/src/wire/packets.hpp @@ -26,7 +26,7 @@ #include "../compat/cast.hpp" -#include "../proto2/fwd.hpp" +#include "proto2/fwd.hpp" #include "../net/socket.hpp" |