PageRenderTime 42ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/cssed-0.4.0/libcroco/parser/libcroco.h

#
C++ Header | 44 lines | 21 code | 4 blank | 19 comment | 0 complexity | a675aaf55c1e937d17d08777ad36023e MD5 | raw file
Possible License(s): GPL-2.0
  1. /*
  2. * This file is part of The Croco Library
  3. *
  4. * Copyright (C) 2002-2003 Dodji Seketeli <dodji@seketeli.org>
  5. *
  6. * This program is free software; you can redistribute it and/or
  7. * modify it under the terms of version 2.1 of the GNU Lesser General Public
  8. * License as published by the Free Software Foundation.
  9. *
  10. * This program is distributed in the hope that it will be useful,
  11. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. * GNU General Public License for more details.
  14. *
  15. * You should have received a copy of the GNU Lesser General Public License
  16. * along with this program; if not, write to the Free Software
  17. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  18. * USA
  19. */
  20. #ifndef __LIBCROCO_H__
  21. #define __LIBCROCO_H__
  22. #include "libcroco-config.h"
  23. #include "cr-utils.h"
  24. #include "cr-pseudo.h"
  25. #include "cr-term.h"
  26. #include "cr-attr-sel.h"
  27. #include "cr-simple-sel.h"
  28. #include "cr-selector.h"
  29. #include "cr-enc-handler.h"
  30. #include "cr-doc-handler.h"
  31. #include "cr-input.h"
  32. #include "cr-parser.h"
  33. #include "cr-statement.h"
  34. #include "cr-stylesheet.h"
  35. #include "cr-om-parser.h"
  36. #include "cr-prop-list.h"
  37. #include "cr-sel-eng.h"
  38. #include "cr-style.h"
  39. #include "cr-string.h"
  40. #endif /*__LIBCROCO_H__*/