]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcmatrix.c
Move Free family names to bottom of respective aliases. (bug 7429)
[fontconfig.git] / src / fcmatrix.c
index b6166a3509b3060e24f2c6ff38b7e1c8ef8e19e4..3c4d9fb84a1e332170dc895fcb1813cd9be79cc9 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * $XFree86: $
+ * $RCSId: $
  *
- * Copyright © 2000 Tuomas J. Lukka
+ * Copyright Â© 2000 Tuomas J. Lukka
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include "fcint.h"
 #include <math.h>
 #include <stdlib.h>
 #include <ctype.h>
-#include "fcint.h"
 
 const FcMatrix    FcIdentityMatrix = { 1, 0, 0, 1 };