ControlRef.cpp: compile fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20676 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-10-02 23:03:18 +00:00
parent d71a4a71dd
commit 6931fdf381

View File

@ -10,7 +10,6 @@
#include <config.h>
#include "ControlRef.h"
#include "Buffer.h"
@ -19,6 +18,8 @@
#include "support/filetools.h" // MakeAbsPath, MakeDisplayPath
#include <boost/filesystem/operations.hpp>
using lyx::docstring;
using std::find;