]> git.sesse.net Git - foosball/commitdiff
Use C++ headers.
authorSteinar H. Gunderson <sesse@debian.org>
Sun, 21 Oct 2007 12:12:09 +0000 (14:12 +0200)
committerSteinar H. Gunderson <sesse@debian.org>
Sun, 21 Oct 2007 12:12:09 +0000 (14:12 +0200)
foosrank.cpp

index 45c08cc1479264adf49909c28f210c8683fa31f7..b711f0015384f4f6db7b16efbf6ea45ec513b24e 100644 (file)
@@ -1,6 +1,6 @@
-#include <stdio.h>
-#include <math.h>
-#include <assert.h>
+#include <cstdio>
+#include <cmath>
+#include <cassert>
 
 #include <vector>
 #include <algorithm>