summaryrefslogtreecommitdiff
authordwmw2 <dwmw2>2002-05-09 14:29:57 (UTC)
committer dwmw2 <dwmw2>2002-05-09 14:29:57 (UTC)
commit2ba0a18680b3dc6eb0a952977c38fefda34eefa6 (patch) (unidiff)
tree2c57b7bdf73756b026962ec35a18369f470cef25
parent2a21c7fdce37f76d47926b4d326ad0ab638f744b (diff)
downloadopie-2ba0a18680b3dc6eb0a952977c38fefda34eefa6.zip
opie-2ba0a18680b3dc6eb0a952977c38fefda34eefa6.tar.gz
opie-2ba0a18680b3dc6eb0a952977c38fefda34eefa6.tar.bz2
Remove #include <iostream> which pulled in libstdc++.
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/todotable.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/pim/todo/todotable.cpp b/core/pim/todo/todotable.cpp
index 2389cdd..877308a 100644
--- a/core/pim/todo/todotable.cpp
+++ b/core/pim/todo/todotable.cpp
@@ -40,13 +40,12 @@
40#include <qregexp.h> 40#include <qregexp.h>
41 41
42#include <errno.h> 42#include <errno.h>
43#include <stdlib.h> 43#include <stdlib.h>
44 44
45#include <stdio.h> 45#include <stdio.h>
46#include <iostream>
47 46
48using namespace Opie; 47using namespace Opie;
49 48
50namespace { 49namespace {
51 50
52 static bool taskCompare( const ToDoEvent &task, const QRegExp &r, int category ); 51 static bool taskCompare( const ToDoEvent &task, const QRegExp &r, int category );