From 2ecc6b040e4403ef291b1c642c299f911eec22a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Tue, 19 Oct 1999 21:13:22 +0000 Subject: [PATCH] obvious git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@215 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/lyxfr0.h | 4 ++-- src/lyxfr1.C | 6 +++--- src/lyxfr1.h | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/lyxfr0.h b/src/lyxfr0.h index 8f92db5e05..923a4af19b 100644 --- a/src/lyxfr0.h +++ b/src/lyxfr0.h @@ -1,6 +1,6 @@ // -*- C++ -*- -#ifndef _LYXFR0_H -#define _LYXFR0_H +#ifndef LYXFR0_H +#define LYXFR0_H #ifdef __GNUG__ #pragma interface diff --git a/src/lyxfr1.C b/src/lyxfr1.C index b2ede55857..ee35ba8982 100644 --- a/src/lyxfr1.C +++ b/src/lyxfr1.C @@ -10,9 +10,9 @@ #include -#include -#include -#include +#include +#include +#include #ifdef __GNUG__ #pragma implementation diff --git a/src/lyxfr1.h b/src/lyxfr1.h index e89a6ffb0b..e4307b0c70 100644 --- a/src/lyxfr1.h +++ b/src/lyxfr1.h @@ -1,6 +1,6 @@ // -*- C++ -*- -#ifndef _LYXFR1_H -#define _LYXFR1_H +#ifndef LYXFR1_H +#define LYXFR1_H #ifdef __GNUG__ #pragma interface -- 2.39.2