]> git.lyx.org Git - lyx.git/blobdiff - src/gettext.C
In for a penny, in for a pound. Consistent use of // -*- C++ -*-
[lyx.git] / src / gettext.C
index 22a135152b6ef812f96d5752db6878aa8463b801..f9163fcb34416c2d1b30b4cbbd377a18f53f0ad8 100644 (file)
@@ -1,4 +1,3 @@
-// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  * 
 
 #include <config.h>
 
-#ifdef ENABLE_NLS
-
 #include "LString.h"
 
+#ifdef ENABLE_NLS
+
 #  if HAVE_GETTEXT
 #    include <libintl.h>      // use the header already in the system *EK*
 #    ifdef HAVE_LOCALE_H