From: Pavel Sanda Date: Wed, 31 Mar 2010 20:06:16 +0000 (+0000) Subject: Next header X-Git-Tag: 2.0.0~3599 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=594849bb4e70f28de972fd724375018a06953b80;p=features.git Next header git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33981 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Buffer.h b/src/Buffer.h index 7f19fd1f58..384f34ec98 100644 --- a/src/Buffer.h +++ b/src/Buffer.h @@ -13,7 +13,6 @@ #define BUFFER_H #include "OutputEnums.h" -#include "update_flags.h" #include "insets/InsetCode.h" @@ -38,8 +37,8 @@ class ErrorList; class FuncRequest; class FuncStatus; class Inset; -class InsetRef; class InsetLabel; +class InsetRef; class Font; class Format; class Lexer;