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:
Enrico Forestieri 2011-09-07 08:05:44 +00:00
parent 86bb8ce15f
commit 93b6b6fc04
2 changed files with 1 additions and 2 deletions

View File

@ -26,6 +26,7 @@
#ifdef USE_EXTERNAL_MYTHES
#include MYTHES_H_LOCATION
#else
#include <cstdio>
#include "support/mythes/mythes.hxx"
#endif

View File

@ -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