From 6b2ab74c0be25cd58f76d5161b552868e173597c Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 5 Feb 2019 14:03:57 +0100 Subject: conversion to the cmake building system Signed-off-by: gregory guy --- src/webqueryieeexplore.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/webqueryieeexplore.cpp') diff --git a/src/webqueryieeexplore.cpp b/src/webqueryieeexplore.cpp index cc28192..a4fad0d 100644 --- a/src/webqueryieeexplore.cpp +++ b/src/webqueryieeexplore.cpp @@ -17,8 +17,8 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#include -#include +#include +#include #include #include @@ -28,10 +28,10 @@ #include #include -#include -#include -#include -#include +#include "settings.h" +#include "entryfield.h" +#include "file.h" +#include "fileimporterbibtex.h" #include "webqueryieeexplore.h" #define min(a,b) ((a)>(b)?(b):(a)) -- cgit v1.2.3