]> git.cworth.org Git - apitrace/blobdiff - zlib/example.c
Temporarily revert "Upgrade bundled zlib to 1.2.5."
[apitrace] / zlib / example.c
index 604736f15f67ba668f20c17c7ac41c27d06c9bf0..6c8a0ee763353f432ea96524a5e0d4ba5b64c658 100644 (file)
@@ -1,12 +1,12 @@
 /* example.c -- usage example of the zlib compression library
- * Copyright (C) 1995-2006 Jean-loup Gailly.
+ * Copyright (C) 1995-2004 Jean-loup Gailly.
  * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
 /* @(#) $Id$ */
 
-#include "zlib.h"
 #include <stdio.h>
+#include "zlib.h"
 
 #ifdef STDC
 #  include <string.h>