[Orxonox-commit 7158] r11775 - code/branches/Presentation_HS17_merge/src/modules/overlays/hud
landauf at orxonox.net
landauf at orxonox.net
Sun Feb 18 23:09:54 CET 2018
Author: landauf
Date: 2018-02-18 23:09:54 +0100 (Sun, 18 Feb 2018)
New Revision: 11775
Modified:
code/branches/Presentation_HS17_merge/src/modules/overlays/hud/HUDWaypoints.cc
code/branches/Presentation_HS17_merge/src/modules/overlays/hud/HUDWaypoints.h
Log:
[Waypoints_HS17] fixed build
Modified: code/branches/Presentation_HS17_merge/src/modules/overlays/hud/HUDWaypoints.cc
===================================================================
--- code/branches/Presentation_HS17_merge/src/modules/overlays/hud/HUDWaypoints.cc 2018-02-18 17:42:50 UTC (rev 11774)
+++ code/branches/Presentation_HS17_merge/src/modules/overlays/hud/HUDWaypoints.cc 2018-02-18 22:09:54 UTC (rev 11775)
@@ -11,7 +11,6 @@
#include "util/Convert.h"
#include "core/class/Super.h"
#include "pickup/Pickup.h"
-#include "HUDPickupItem.h"
#include "pickup/PickupManager.h"
namespace orxonox
@@ -39,4 +38,4 @@
}
-}
\ No newline at end of file
+}
Modified: code/branches/Presentation_HS17_merge/src/modules/overlays/hud/HUDWaypoints.h
===================================================================
--- code/branches/Presentation_HS17_merge/src/modules/overlays/hud/HUDWaypoints.h 2018-02-18 17:42:50 UTC (rev 11774)
+++ code/branches/Presentation_HS17_merge/src/modules/overlays/hud/HUDWaypoints.h 2018-02-18 22:09:54 UTC (rev 11775)
@@ -45,7 +45,6 @@
#include "overlays/OverlayGroup.h"
#include "pickup/Pickup.h"
#include "pickup/PickupRepresentation.h"
-#include "HUDPickupItem.h"
namespace orxonox
{
@@ -66,4 +65,4 @@
};
}
-#endif
\ No newline at end of file
+#endif
More information about the Orxonox-commit
mailing list