aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2000-03-22 21:50:25 +0000
committerJason Rumney2000-03-22 21:50:25 +0000
commit683e946edf779d12a3df4d415ffa61e86f0599db (patch)
treefe01e38e8de8d8f6e0043ededa24b88174ca4e30 /src
parentd703a6fd930b484e63a1de47d0c2eb96a5950322 (diff)
downloademacs-683e946edf779d12a3df4d415ffa61e86f0599db.tar.gz
emacs-683e946edf779d12a3df4d415ffa61e86f0599db.zip
Include frame.h and dispextern.h before fontset.h.
Diffstat (limited to 'src')
-rw-r--r--src/w32bdf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32bdf.c b/src/w32bdf.c
index e287f499ec1..989db1f9cdd 100644
--- a/src/w32bdf.c
+++ b/src/w32bdf.c
@@ -25,6 +25,8 @@ Boston, MA 02111-1307, USA. */
25#include "config.h" 25#include "config.h"
26#include "lisp.h" 26#include "lisp.h"
27#include "charset.h" 27#include "charset.h"
28#include "frame.h"
29#include "dispextern.h"
28#include "fontset.h" 30#include "fontset.h"
29#include "blockinput.h" 31#include "blockinput.h"
30#include "w32gui.h" 32#include "w32gui.h"