diff options
Diffstat (limited to 'audio/sidplay/files/patch-sidplay.cpp')
-rw-r--r-- | audio/sidplay/files/patch-sidplay.cpp | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/audio/sidplay/files/patch-sidplay.cpp b/audio/sidplay/files/patch-sidplay.cpp deleted file mode 100644 index 89e3b05a8266..000000000000 --- a/audio/sidplay/files/patch-sidplay.cpp +++ /dev/null @@ -1,28 +0,0 @@ ---- sidplay.cpp.orig 2002-09-28 18:44:02 UTC -+++ sidplay.cpp -@@ -18,8 +18,8 @@ - // - - #include <ctype.h> --#include <iomanip.h> --#include <fstream.h> -+#include <iomanip> -+#include <iostream> - #include <signal.h> - #include <stdlib.h> - #include <string.h> -@@ -41,6 +41,14 @@ - #define DISALLOW_STEREO_SOUND - #endif - -+using std::cerr; -+using std::cout; -+using std::dec; -+using std::endl; -+using std::hex; -+using std::setfill; -+using std::setw; -+ - // Error and status message numbers. - enum - { |