mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c9aca46b23
Noticed by: maintainer
13 lines
358 B
Plaintext
13 lines
358 B
Plaintext
--- ASBeautifier.cpp.orig Thu Mar 18 15:47:00 1999
|
|
+++ ASBeautifier.cpp Sun Apr 11 10:23:48 1999
|
|
@@ -34,1 +34,1 @@
|
|
-#include <iostream>
|
|
+#include <iostream.h>
|
|
--- astyle_main.cpp.orig Thu Mar 18 15:41:30 1999
|
|
+++ astyle_main.cpp Sun Apr 11 10:25:00 1999
|
|
@@ -26,2 +26,2 @@
|
|
-#include <iostream>
|
|
-#include <fstream>
|
|
+#include <iostream.h>
|
|
+#include <fstream.h>
|