lyx_mirror/src/frontends/controllers/pch.h
Lars Gullik Bjønnes b0fbc29aa3 some support for pch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8947 a592a061-630c-0410-9148-cb99ea01b6c8
2004-08-15 21:45:30 +00:00

18 lines
333 B
C++

#include <config.h>
#include <boost/cregex.hpp>
#include <boost/regex.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/utility.hpp>
#include <algorithm>
#include <fstream>
#include <iosfwd>
#include <list>
#include <map>
#include <sstream>
#include <string>
#include <utility>
#include <vector>