mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Leave alone the header and add the include where it is needed.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39628 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
86bb8ce15f
commit
93b6b6fc04
@ -26,6 +26,7 @@
|
||||
#ifdef USE_EXTERNAL_MYTHES
|
||||
#include MYTHES_H_LOCATION
|
||||
#else
|
||||
#include <cstdio>
|
||||
#include "support/mythes/mythes.hxx"
|
||||
#endif
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
#ifndef _MYTHES_HXX_
|
||||
#define _MYTHES_HXX_
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
// some maximum sizes for buffers
|
||||
#define MAX_WD_LEN 200
|
||||
#define MAX_LN_LEN 16384
|
||||
|
Loading…
Reference in New Issue
Block a user