From b5e3d92e9de65ba7aebf87821abab7955603e9a9 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Tue, 1 Nov 2016 23:40:28 -0700 Subject: [PATCH] Remove errant "using namespace" in global namespace (#318) --- wpilibc/sim/include/DriverStation.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/wpilibc/sim/include/DriverStation.h b/wpilibc/sim/include/DriverStation.h index 32e891b719..b5bc2156e0 100644 --- a/wpilibc/sim/include/DriverStation.h +++ b/wpilibc/sim/include/DriverStation.h @@ -23,8 +23,6 @@ #include #endif -using namespace gazebo; - namespace frc { struct HALCommonControlData;