convert awpmd header include to c++ style

This commit is contained in:
Axel Kohlmeyer
2018-05-08 00:10:20 -04:00
parent f39a8d46d1
commit fff962646f
3 changed files with 5 additions and 10 deletions

View File

@ -84,7 +84,7 @@
# include <iostream>
# include <cmath>
# include <limits>
# include <stdlib.h>
# include <cstdlib>
// some compilers don't define PI!
# ifndef M_PI