Remove a ton of extraneous #includes
[oota-llvm.git] / include / llvm / Support / Timer.h
index 40ab643928ae88ec9cd1ce87f0f145ddfd331865..5cacadaf1ce2b397ec5c30ce72cef317a6693571 100644 (file)
@@ -28,7 +28,6 @@
 #include <string>
 #include <vector>
 #include <iosfwd>
-
 #include <assert.h>
 
 class TimerGroup;
@@ -64,7 +63,7 @@ public:
     PeakMemBase = T.PeakMemBase;
     Name = T.Name;
     Started = T.Started;
-    assert (TG == T.TG && "Can only assign timers in the same TimerGroup!");
+    assert(TG == T.TG && "Can only assign timers in the same TimerGroup!");
     return *this;
   }