mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
b6a30b1048
C++ class library. Approved by: pav (mentor).
14 lines
309 B
C++
14 lines
309 B
C++
--- tv/tvbrowse.cpp.orig Wed Sep 20 22:34:02 2000
|
|
+++ tv/tvbrowse.cpp Sat Nov 22 22:06:16 2003
|
|
@@ -28,8 +28,8 @@
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
-#include <iomanip.h>
|
|
-#include <strstream.h>
|
|
+#include <sstream>
|
|
+#include <iomanip>
|
|
|
|
#define Uses_TEvent
|
|
#include <tvision/tv.h>
|