author | zecke <zecke> | 2004-03-15 13:32:10 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-03-15 13:32:10 (UTC) |
commit | a82d79276fd095c325b3965e3982ab4313667e93 (patch) (unidiff) | |
tree | 561862870ab9fa11a426c92b692045dd364908ab | |
parent | 8895f850d5ef5f69ab21b8e4443b69c8c3b86b52 (diff) | |
download | opie-a82d79276fd095c325b3965e3982ab4313667e93.zip opie-a82d79276fd095c325b3965e3982ab4313667e93.tar.gz opie-a82d79276fd095c325b3965e3982ab4313667e93.tar.bz2 |
no iostream if you use printf
-rw-r--r-- | libopie2/examples/opiecore/oglobalsettingsdemo/oglobalsettingsdemo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie2/examples/opiecore/oglobalsettingsdemo/oglobalsettingsdemo.cpp b/libopie2/examples/opiecore/oglobalsettingsdemo/oglobalsettingsdemo.cpp index 56f1a0b..37bcf13 100644 --- a/libopie2/examples/opiecore/oglobalsettingsdemo/oglobalsettingsdemo.cpp +++ b/libopie2/examples/opiecore/oglobalsettingsdemo/oglobalsettingsdemo.cpp | |||
@@ -1,6 +1,6 @@ | |||
1 | #include <opie2/oglobalsettings.h> | 1 | #include <opie2/oglobalsettings.h> |
2 | #include <iostream> | 2 | #include <stdio.h> |
3 | 3 | ||
4 | using namespace Opie::Core; | 4 | using namespace Opie::Core; |
5 | 5 | ||
6 | int main( int argc, char** argv ) | 6 | int main( int argc, char** argv ) |