diff options
Diffstat (limited to 'dev-util/kprof/files/kprof-1.4.3-gcc41.patch')
-rw-r--r-- | dev-util/kprof/files/kprof-1.4.3-gcc41.patch | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/dev-util/kprof/files/kprof-1.4.3-gcc41.patch b/dev-util/kprof/files/kprof-1.4.3-gcc41.patch deleted file mode 100644 index d80cc92be2fd..000000000000 --- a/dev-util/kprof/files/kprof-1.4.3-gcc41.patch +++ /dev/null @@ -1,47 +0,0 @@ -Index: kprof/kprof/parseprofile_fnccheck.h -=================================================================== ---- kprof.orig/kprof/parseprofile_fnccheck.h -+++ kprof/kprof/parseprofile_fnccheck.h -@@ -21,7 +21,10 @@ - #include "parseprofile.h" - #endif - --class CProfileInfo; -+#include <qvector.h> -+#include <qtextstream.h> -+#include "cprofileinfo.h" -+ - class QString; - - class CParseProfile_fnccheck : public CParseProfile -Index: kprof/kprof/parseprofile_gprof.h -=================================================================== ---- kprof.orig/kprof/parseprofile_gprof.h -+++ kprof/kprof/parseprofile_gprof.h -@@ -22,7 +22,9 @@ - #include "parseprofile.h" - #endif - --class CProfileInfo; -+#include <qvector.h> -+#include <qtextstream.h> -+#include "cprofileinfo.h" - - class CParseProfile_gprof : public CParseProfile - { -Index: kprof/kprof/parseprofile_pose.h -=================================================================== ---- kprof.orig/kprof/parseprofile_pose.h -+++ kprof/kprof/parseprofile_pose.h -@@ -21,7 +21,10 @@ - #include "parseprofile.h" - #endif - --class CProfileInfo; -+#include <qvector.h> -+#include <qtextstream.h> -+#include "cprofileinfo.h" -+ - class QString; - - class CParseProfile_pose : public CParseProfile |