Commit d898afaa authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

use <> for system includes not ""

parent de45fa6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
#include <errno.h>
#include <ctype.h>
#include <unistd.h>
#include "sys/stat.h"
#include <sys/stat.h>
#include "input.h"
#include "style_command.h"
#include "universe.h"