msuchy / rpms / firefox

Forked from rpms/firefox 6 years ago
Clone
0474703
diff --git a/gfx/graphite2/src/Collider.cpp b/gfx/graphite2/src/Collider.cpp
0474703
--- a/gfx/graphite2/src/Collider.cpp
0474703
+++ b/gfx/graphite2/src/Collider.cpp
0474703
@@ -21,17 +21,17 @@
0474703
 
0474703
 Alternatively, the contents of this file may be used under the terms of the
0474703
 Mozilla Public License (http://mozilla.org/MPL) or the GNU General Public
0474703
 License, as published by the Free Software Foundation, either version 2
0474703
 of the License or (at your option) any later version.
0474703
 */
0474703
 #include <algorithm>
0474703
 #include <limits>
0474703
-#include <math.h>
0474703
+#include <cmath>
0474703
 #include <string>
0474703
 #include <functional>
0474703
 #include "inc/Collider.h"
0474703
 #include "inc/Segment.h"
0474703
 #include "inc/Slot.h"
0474703
 #include "inc/GlyphCache.h"
0474703
 #include "inc/Sparse.h"
0474703
 
0474703