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
@@ -1,6 +1,6 @@
#include <glib.h>
#include <stdio.h>
#include <math.h>
#include "math.h"
#include <stdlib.h>
#include <gtk/gtk.h>