Skip to content

Commit

Permalink
fixed wrong include
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Nov 16, 2022
1 parent 7a3b4ca commit 3456609
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/forceGuidance/ControlThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ Windows, Linux
#include <yarp/os/Time.h>
#include <yarp/sig/Vector.h>

#include <yarp/dev/SerialInterfaces.h>
#include <yarp/dev/Drivers.h>
#include <yarp/dev/ControlBoardInterfaces.h>
#include <yarp/dev/PolyDriver.h>
Expand Down
1 change: 0 additions & 1 deletion src/forceGuidance/ControlThread.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ Windows, Linux
#include <yarp/os/Time.h>
#include <yarp/sig/Vector.h>

#include <yarp/dev/SerialInterfaces.h>
#include <yarp/dev/Drivers.h>
#include <yarp/dev/ControlBoardInterfaces.h>
#include <yarp/dev/PolyDriver.h>
Expand Down
1 change: 0 additions & 1 deletion src/forceGuidance/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ Windows, Linux
#include <yarp/os/Time.h>
#include <yarp/sig/Vector.h>

#include <yarp/dev/SerialInterfaces.h>
#include <yarp/dev/Drivers.h>
#include <yarp/dev/ControlBoardInterfaces.h>
#include <yarp/dev/PolyDriver.h>
Expand Down

0 comments on commit 3456609

Please sign in to comment.