]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcmatrix.c
With no args, fc-cat now dumps all directories.
[fontconfig.git] / src / fcmatrix.c
index 889c3b8c77f26b9e8436f5322ac9e53d5092baa7..3c4d9fb84a1e332170dc895fcb1813cd9be79cc9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $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 };