]> git.lyx.org Git - lyx.git/blobdiff - src/counters.C
More 'standard conformant blurb' nonsense.
[lyx.git] / src / counters.C
index 9bad96c367247afe51b5c79015635f739c1ce86d..a69b6a3c086e692148f6455af0ca56355fc70e68 100644 (file)
@@ -9,18 +9,17 @@
  *
  * ====================================================== */
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 #include <config.h>
 
 #include "counters.h"
 #include "debug.h"
+#include "Lsstream.h"
 
 #include "support/lstrings.h"
 #include "support/LAssert.h"
 
+using namespace lyx::support;
+
 using std::endl;
 using std::vector;
 
@@ -172,7 +171,7 @@ void Counters::reset()
 
 void Counters::reset(string const & match)
 {
-       lyx::Assert(!match.empty());
+       Assert(!match.empty());
 
        CounterList::iterator it = counterList.begin();
        CounterList::iterator end = counterList.end();