From 28826a461cf08eee10706f4c2df609de340b547f Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Thu, 7 Feb 2008 08:58:35 +0000 Subject: [PATCH] header cleanup git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22826 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BufferView.cpp | 1 - src/LyXFunc.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/src/BufferView.cpp b/src/BufferView.cpp index 3518d0b7e8..4997d458da 100644 --- a/src/BufferView.cpp +++ b/src/BufferView.cpp @@ -69,7 +69,6 @@ #include "support/convert.h" #include "support/debug.h" #include "support/ExceptionMessage.h" -#include "support/FileFilterList.h" #include "support/filetools.h" #include "support/gettext.h" #include "support/lstrings.h" diff --git a/src/LyXFunc.cpp b/src/LyXFunc.cpp index 27a4f7d83a..82b6c244dc 100644 --- a/src/LyXFunc.cpp +++ b/src/LyXFunc.cpp @@ -81,7 +81,6 @@ #include "frontends/Selection.h" #include "support/environment.h" -#include "support/FileFilterList.h" #include "support/FileName.h" #include "support/filetools.h" #include "support/lstrings.h"