less includes

svn path=/trunk/playground/graphics/okular/; revision=597871
remotes/origin/KDE/4.0
Pino Toscano 20 years ago
parent 9093fb49ac
commit 300d2a19d1
  1. 2
      generators/ghostview/internaldocument.cpp
  2. 2
      generators/ghostview/internaldocument.h
  3. 5
      generators/ghostview/interpreter_cmd.cpp
  4. 7
      generators/ghostview/interpreter_cmd.h
  5. 4
      generators/ghostview/okulargsasyncgenerator.cpp
  6. 6
      generators/ghostview/okulargsasyncgenerator.h

@ -20,6 +20,8 @@ extern "C" {
#include "ps.h"
}
#include <errno.h>
#include "core/document.h"
#include "internaldocument.h"

@ -13,8 +13,6 @@
#ifndef _OKULAR_GSINTERNALDOC_H_
#define _OKULAR_GSINTERNALDOC_H_
#include <errno.h>
#include <qlist.h>
#include <qmap.h>
#include <qprinter.h>

@ -7,8 +7,6 @@
* (at your option) any later version. *
***************************************************************************/
#include <math.h>
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <sys/ipc.h>
@ -17,11 +15,10 @@
#include <unistd.h>
#include <qfile.h>
#include <qpixmap.h>
#include <qapplication.h>
#include <kdebug.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kprocess.h>
#include <k3tempfile.h>

@ -18,17 +18,18 @@
#include <kdebug.h>
#include "core/generator.h"
#include "okulargsasyncgenerator.h"
#include "internaldocument.h"
#define GS_DATAREADY_ID 6989
class QCustomEvent;
class QPixmap;
class QString;
class QStringList;
class KProcess;
namespace Okular {
class PixmapRequest;
}
struct ProcessData
{

@ -7,11 +7,8 @@
* (at your option) any later version. *
***************************************************************************/
#include "okulargsasyncgenerator.h"
#include <qgs.h>
#include <qapplication.h>
#include <qpainter.h>
#include <qpixmap.h>
@ -25,7 +22,6 @@
#include <X11/Xlib.h>
#include <fixx11h.h>
// #include <qdialog.h>
#include <QX11Info>
extern GC kde_xget_temp_gc( int scrn, bool monochrome ); // get temporary GC

@ -10,10 +10,10 @@
#ifndef _LIBGS_ASYNC_GENERATOR_
#define _LIBGS_ASYNC_GENERATOR_
#include <qpixmap.h>
#include <interpreter.h>
#include <core/generator.h>
#include <qgs.h>
class QImage;
class PixHandler : public QObject
{
Q_OBJECT

Loading…
Cancel
Save