mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
obvious
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@215 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bd29a5db31
commit
2ecc6b040e
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
#ifndef _LYXFR0_H
|
||||
#define _LYXFR0_H
|
||||
#ifndef LYXFR0_H
|
||||
#define LYXFR0_H
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
#ifndef _LYXFR1_H
|
||||
#define _LYXFR1_H
|
||||
#ifndef LYXFR1_H
|
||||
#define LYXFR1_H
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface
|
||||
|
Loading…
Reference in New Issue
Block a user