author | alwin <alwin> | 2004-02-17 23:47:39 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-02-17 23:47:39 (UTC) |
commit | 0c5ed2b6ef3c8b3321e6fd1889a09e402b7fc2e8 (patch) (unidiff) | |
tree | d6cfdc2be603da8b6a4b87a3ba6b57952bbf1333 | |
parent | e4f501b5e7006c54f1447c830eaeee6a0f26cc1a (diff) | |
download | opie-0c5ed2b6ef3c8b3321e6fd1889a09e402b7fc2e8.zip opie-0c5ed2b6ef3c8b3321e6fd1889a09e402b7fc2e8.tar.gz opie-0c5ed2b6ef3c8b3321e6fd1889a09e402b7fc2e8.tar.bz2 |
removed stdc++ dependies
-rw-r--r-- | noncore/apps/zsafe/zsafe.h | 3 | ||||
-rw-r--r-- | noncore/apps/zsafe/zsafe.pro | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/noncore/apps/zsafe/zsafe.h b/noncore/apps/zsafe/zsafe.h index b5019a9..eef5cdc 100644 --- a/noncore/apps/zsafe/zsafe.h +++ b/noncore/apps/zsafe/zsafe.h | |||
@@ -14,9 +14,6 @@ | |||
14 | #ifndef ZSAFE_H | 14 | #ifndef ZSAFE_H |
15 | #define ZSAFE_H | 15 | #define ZSAFE_H |
16 | 16 | ||
17 | #ifndef WIN32 | ||
18 | #include <stream.h> | ||
19 | #endif | ||
20 | #include <stdio.h> | 17 | #include <stdio.h> |
21 | 18 | ||
22 | #include "infoform.h" | 19 | #include "infoform.h" |
diff --git a/noncore/apps/zsafe/zsafe.pro b/noncore/apps/zsafe/zsafe.pro index a1f9e9f..65bcb79 100644 --- a/noncore/apps/zsafe/zsafe.pro +++ b/noncore/apps/zsafe/zsafe.pro | |||
@@ -10,7 +10,7 @@ SOURCES = main.cpp zsafe.cpp krc2.cpp category.cpp \ | |||
10 | INTERFACES = newdialog.ui searchdialog.ui passworddialog.ui categorydialog.ui infoform.ui wait.ui | 10 | INTERFACES = newdialog.ui searchdialog.ui passworddialog.ui categorydialog.ui infoform.ui wait.ui |
11 | INCLUDEPATH+= $(OPIEDIR)/include | 11 | INCLUDEPATH+= $(OPIEDIR)/include |
12 | DEPENDPATH+= $(OPIEDIR)/include | 12 | DEPENDPATH+= $(OPIEDIR)/include |
13 | LIBS += -Wl,-rpath,$(OPIEDIR)/lib -L$(OPIEDIR)/lib -lqpe -lopie -lstdc++ | 13 | LIBS += -Wl,-rpath,$(OPIEDIR)/lib -L$(OPIEDIR)/lib -lqpe -lopie |
14 | TARGET = zsafe | 14 | TARGET = zsafe |
15 | 15 | ||
16 | include ( $(OPIEDIR)/include.pro ) | 16 | include ( $(OPIEDIR)/include.pro ) |