Commit b52d79a2 authored by drallensmith's avatar drallensmith

Cleanup from action_status code

parent 0d71ee6e
...@@ -48,7 +48,6 @@ ...@@ -48,7 +48,6 @@
#include <rcsc/common/server_param.h> #include <rcsc/common/server_param.h>
#include "neck_offensive_intercept_neck.h" #include "neck_offensive_intercept_neck.h"
#include "common.hpp"
using namespace rcsc; using namespace rcsc;
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include <rcsc/geom/vector_2d.h> #include <rcsc/geom/vector_2d.h>
#include <rcsc/player/soccer_action.h> #include <rcsc/player/soccer_action.h>
#include "common.hpp"
class Bhv_BasicMove class Bhv_BasicMove
: public rcsc::SoccerBehavior { : public rcsc::SoccerBehavior {
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
#include <rcsc/player/player_agent.h> #include <rcsc/player/player_agent.h>
#include <vector> #include <vector>
class Agent;
typedef std::pair<float, float> OpenAngle; typedef std::pair<float, float> OpenAngle;
class FeatureExtractor { class FeatureExtractor {
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
#include "lowlevel_feature_extractor.h" #include "lowlevel_feature_extractor.h"
#include <rcsc/common/server_param.h> #include <rcsc/common/server_param.h>
#include "agent.h"
using namespace rcsc; using namespace rcsc;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment