no need to include config.h anymore

svn path=/trunk/playground/graphics/okular/; revision=628210
This commit is contained in:
Pino Toscano 2007-01-29 14:35:07 +00:00
parent 23d666cf7f
commit d37f6a80ff
3 changed files with 0 additions and 6 deletions

View file

@ -9,7 +9,6 @@
#include <kauthorized.h>
#include <config.h>
#include <config-okular.h>
#include "ui_dlggeneralbase.h"

View file

@ -33,7 +33,6 @@
#include "generator_pdf.h"
#include "settings.h"
#include <config.h>
#include <config-okular.h>
class PDFEmbeddedFile : public Okular::EmbeddedFile

View file

@ -16,10 +16,6 @@
#ifndef _OKULAR_SHELL_H_
#define _OKULAR_SHELL_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <kparts/mainwindow.h>
#include <kmimetype.h>