From 6d6be50ae0b0a0b233f918c3d7b9c0b623676439 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 3 Jan 2012 21:32:51 +0000 Subject: (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files --- src/pathfinder/npf/npf.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pathfinder/npf/npf.cpp') diff --git a/src/pathfinder/npf/npf.cpp b/src/pathfinder/npf/npf.cpp index bfefce215..016db5abe 100644 --- a/src/pathfinder/npf/npf.cpp +++ b/src/pathfinder/npf/npf.cpp @@ -10,7 +10,6 @@ /** @file npf.cpp Implementation of the NPF pathfinder. */ #include "../../stdafx.h" -#include "../../debug.h" #include "../../network/network.h" #include "../../viewport_func.h" #include "../../ship.h" -- cgit v1.2.3-54-g00ecf