use double quotes instead of angle brackets for math includes

This commit is contained in:
Felix Ruess
2010-10-25 22:55:42 +00:00
parent 08716bbd8d
commit 5ddb0aaa47
132 changed files with 184 additions and 184 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ pause -1
#include <stdarg.h>
#include <string.h>
#include <unistd.h>
#include <math.h>
#include "math.h"
#include <sys/time.h>
int main( int argc, char* argv[] )