]> git.lyx.org Git - lyx.git/blobdiff - src/PrinterParams.h
another fix
[lyx.git] / src / PrinterParams.h
index cdaeb297047aed1b380751b27622a14a0735f43d..8b6150552f0935bc46503610ba747d1c2a54509c 100644 (file)
 #ifndef PRINTERPARAMS_H
 #define PRINTERPARAMS_H
 
-#ifndef LYXRC_H
-#error You must include lyxrc.h before PrinterParams.h
-#endif
+#include "lyxrc.h"
 
 #ifdef ENABLE_ASSERTIONS
+#include "support/lstrings.h"
 #include "support/LAssert.h"
-extern bool containsOnly(string const &, char const *);
 #endif