]> git.lyx.org Git - features.git/commitdiff
obvious
authorLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 19 Oct 1999 21:13:22 +0000 (21:13 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 19 Oct 1999 21:13:22 +0000 (21:13 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@215 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyxfr0.h
src/lyxfr1.C
src/lyxfr1.h

index 8f92db5e05b54057b4926377de0cab12522064c9..923a4af19bc5f1ae04659e06ca6a94dfefa784c7 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
-#ifndef _LYXFR0_H
-#define _LYXFR0_H
+#ifndef LYXFR0_H
+#define LYXFR0_H
 
 #ifdef __GNUG__
 #pragma interface
index b2ede55857274632256f6a93610fb99e970fcb84..ee35ba89820594536181a8052c500dc860f860fa 100644 (file)
@@ -10,9 +10,9 @@
 
 #include <config.h>
 
-#include <ctype.h>
-#include <string.h>
-#include <stdlib.h>
+#include <cctype>
+#include <cstring>
+#include <cstdlib>
 
 #ifdef __GNUG__
 #pragma implementation
index e89a6ffb0be396b9879473a8708f209105bb2b7a..e4307b0c70f65bd0a3fa9eaa8f626232f0df7fac 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
-#ifndef _LYXFR1_H
-#define _LYXFR1_H
+#ifndef LYXFR1_H
+#define LYXFR1_H
 
 #ifdef __GNUG__
 #pragma interface