boost/utility -> boost/noncopyable

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20608 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2007-09-30 15:47:00 +00:00
parent cb28ab77bc
commit fad47c0fe0
27 changed files with 27 additions and 31 deletions

View File

@ -14,7 +14,7 @@
#include "support/docstring.h"
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <vector>

View File

@ -24,7 +24,7 @@
#include "support/types.h"
#include <boost/tuple/tuple.hpp>
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <boost/signal.hpp>
#include <utility>

View File

@ -21,7 +21,7 @@
#ifndef CONVERTERCACHE_H
#define CONVERTERCACHE_H
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <boost/scoped_ptr.hpp>
#include <string>

View File

@ -19,7 +19,7 @@
#include "support/docstring.h"
#include "support/FileName.h"
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <boost/signal.hpp>
#include <vector>

View File

@ -25,7 +25,7 @@
#include "support/types.h"
#include "support/unicode.h"
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <functional>
#include <istream>

View File

@ -19,7 +19,7 @@
#include "support/docstring.h"
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <iosfwd>

View File

@ -15,7 +15,7 @@
#define LYX_H
#include <boost/scoped_ptr.hpp>
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <string>

View File

@ -15,7 +15,7 @@
#include "lfuns.h"
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <map>
#include <string>

View File

@ -15,7 +15,7 @@
#include <vector>
#include "support/FileName.h"
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <map>

View File

@ -16,7 +16,7 @@
#include "support/FileName.h"
#include "support/types.h"
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <boost/tuple/tuple.hpp>
#include <string>

View File

@ -16,7 +16,7 @@
#include "support/types.h"
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <string>
#include <vector>

View File

@ -14,7 +14,7 @@
#define DIALOGS_H
#include <boost/signal.hpp>
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <map>

View File

@ -18,7 +18,7 @@
#include <boost/signal.hpp>
#include <boost/signals/trackable.hpp>
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <vector>

View File

@ -38,7 +38,7 @@
#include "support/ForkedcallsController.h"
#include "support/FileName.h"
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <boost/bind.hpp>
#include <boost/current_function.hpp>

View File

@ -10,7 +10,7 @@
#include <boost/signals/trackable.hpp>
#include <boost/signal.hpp>
#include <boost/tuple/tuple.hpp>
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <algorithm>
#include <cmath>

View File

@ -20,7 +20,7 @@
#ifndef GRAPHICSCACHE_H
#define GRAPHICSCACHE_H
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>

View File

@ -30,7 +30,7 @@
#include "GraphicsTypes.h"
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/signal.hpp>

View File

@ -19,7 +19,7 @@
#include <boost/scoped_ptr.hpp>
#include <boost/signal.hpp>
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
namespace lyx {

View File

@ -18,7 +18,7 @@
#ifndef PREVIEWLOADER_H
#define PREVIEWLOADER_H
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/signal.hpp>

View File

@ -15,7 +15,7 @@
#ifndef PREVIEWS_H
#define PREVIEWS_H
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <boost/scoped_ptr.hpp>
namespace lyx {

View File

@ -15,7 +15,7 @@
#include "ExternalTransforms.h"
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
namespace lyx {

View File

@ -19,10 +19,11 @@
#include "Paragraph.h"
#include "ParagraphParameters.h"
#include <boost/next_prior.hpp>
namespace lyx {
using std::string;
using std::endl;

View File

@ -18,7 +18,7 @@
#include <boost/signals/trackable.hpp>
#include <boost/tokenizer.hpp>
#include <boost/tuple/tuple.hpp>
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <boost/version.hpp>
#include <algorithm>

View File

@ -15,7 +15,7 @@
#ifndef FILEMONITOR_H
#define FILEMONITOR_H
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/signal.hpp>

View File

@ -14,7 +14,7 @@
#include "support/FileName.h"
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <string>

View File

@ -13,13 +13,8 @@
#ifndef RANDOM_ACESS_LIST_H
#define RANDOM_ACESS_LIST_H
//#include "debug.h"
#include <boost/utility.hpp>
#include <vector>
#include <list>
#include <algorithm>
namespace lyx {

View File

@ -19,7 +19,7 @@
#endif
#include <boost/tokenizer.hpp>
#include <boost/utility.hpp>
#include <boost/noncopyable.hpp>
#include <fcntl.h>
#ifdef HAVE_SYS_STAT_H