9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
14 lines
242 B
C
14 lines
242 B
C
--- Dump.h.orig 1997-03-03 21:47:00 UTC
|
|
+++ Dump.h
|
|
@@ -2,8 +2,9 @@
|
|
#define DUMP_H
|
|
|
|
|
|
-#include <iostream.h>
|
|
-#include <iomanip.h>
|
|
+#include <iostream>
|
|
+#include <iomanip>
|
|
+using namespace std;
|
|
|
|
#include "MyTypes.h"
|
|
#include "SmartPtr.h"
|