]> git.lyx.org Git - lyx.git/blobdiff - src/Variables.h
Move #includes out of header files.
[lyx.git] / src / Variables.h
index e624a9b695e0920c98960e3eaba93e560144dfdb..d8fa99086f2f01062f38c9f792d7fd4478fd964b 100644 (file)
@@ -1,21 +1,18 @@
 // -*- C++ -*-
-/* This file is part of
-* ======================================================
-*
-*           LyX, The Document Processor
-*
-*           Copyright 1995 Matthias Ettrich
-*           Copyright 1995-2001 the LyX Team.
-*
-* ====================================================== */
+/**
+ * \file Variables.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ *
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef VARIABLES_H
 #define VARIABLES_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "LString.h"
 #include <map>