ports/www/qupzilla/files/patch-src__lib__3rdparty__processinfo.h
Max Brazhnikov 8c981e543b www/qupzilla:
- update to 1.8.3 and add DEBUG option
- pass maintainership to submitter
while I'm here:
- amend COMMENT
- convert to USES=execinfo
- convert to options helpers

PR:		194310
Submitted by:	matthew@reztek.cz
2014-11-01 18:56:19 +00:00

20 lines
501 B
C

--- src/lib/3rdparty/processinfo.h.orig 2014-09-26 12:35:35.000000000 +0400
+++ src/lib/3rdparty/processinfo.h 2014-09-26 23:04:10.000000000 +0400
@@ -18,16 +18,12 @@
#ifndef PROCESSINFO_H
#define PROCESSINFO_H
-#include <QtGlobal>
+#include "qzcommon.h"
#if defined(Q_OS_UNIX) && !defined(Q_OS_MAC)
#include <sys/types.h>
#endif
-#include <QString>
-
-#include "qzcommon.h"
-
/*
* Code used from http://ubuntuforums.org/showpost.php?p=6593782&postcount=5
* written by user WitchCraft