zc_defs.h 369 B

12345678910111213141516171819
  1. /*
  2. * This file is part of the zlog Library.
  3. *
  4. * Copyright (C) 2011 by Hardy Simpson <HardySimpson1984@gmail.com>
  5. *
  6. * Licensed under the LGPL v2.1, see the file COPYING in base directory.
  7. */
  8. #ifndef __zc_defs_h
  9. #define __zc_defs_h
  10. #include "zc_profile.h"
  11. #include "zc_arraylist.h"
  12. #include "zc_hashtable.h"
  13. #include "zc_xplatform.h"
  14. #include "zc_util.h"
  15. #endif