1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/cad/qfsm/files/patch-src::State.cpp
Kirill Ponomarev 83524af5fe - Update to version 0.42b
PR:		ports/64330
Submitted by:	Ports Fury
2004-03-16 16:24:11 +00:00

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"