clean up defines of vector when not actually used
[clinton/Smoothieware.git] / src / libs / SlowTicker.h
index a0f6ce3..ca95405 100644 (file)
 #define SLOWTICKER_H
 
 #include "Module.h"
-
-using namespace std;
-#include <vector>
-
 #include "libs/Hook.h"
 #include "libs/Pin.h"
 
@@ -52,7 +48,7 @@ class SlowTicker : public Module{
     private:
         bool flag_1s();
 
-        vector<Hook*> hooks;
+        std::vector<Hook*> hooks;
         uint32_t max_frequency;
         uint32_t interval;