mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
83524af5fe
PR: ports/64330 Submitted by: Ports Fury
14 lines
317 B
C++
14 lines
317 B
C++
--- src/State.cpp.orig Sat Mar 6 22:22:17 2004
|
|
+++ src/State.cpp Wed Mar 17 00:10:25 2004
|
|
@@ -16,8 +16,8 @@
|
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
*/
|
|
|
|
-#include <math.h>
|
|
-#include <string.h>
|
|
+#include <cmath>
|
|
+#include <cstring>
|
|
|
|
#include "State.h"
|
|
#include "Transition.h"
|