Remove errant "using namespace" in global namespace (#318)

This commit is contained in:
Tyler Veness
2016-11-01 23:40:28 -07:00
committed by Peter Johnson
parent ba8761e39e
commit b5e3d92e9d

View File

@@ -23,8 +23,6 @@
#include <Winsock2.h>
#endif
using namespace gazebo;
namespace frc {
struct HALCommonControlData;