]> git.lyx.org Git - features.git/commitdiff
Remove bloody irritating #error check.
authorAngus Leeming <leeming@lyx.org>
Fri, 22 Mar 2002 15:13:36 +0000 (15:13 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 22 Mar 2002 15:13:36 +0000 (15:13 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3813 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/PrinterParams.h

index 61ebc2166d0838c84278977bd4d14cc4d5927914..0aa02389ce10ee6b8bed17a8c6d4a27c3c95a0e9 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * PrinterParams.h: #include "lyxrc.h" and remove that bloody irritating
+       #error.
+
 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * WorkArea.C: remove 'Pending' debug message.
index cdaeb297047aed1b380751b27622a14a0735f43d..71253ce75e542596a527b7e17106db604a7e86ab 100644 (file)
@@ -15,9 +15,7 @@
 #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/LAssert.h"