2008-01-05 05:24:38 +00:00
|
|
|
/*
|
2009-03-24 00:55:46 +00:00
|
|
|
Copyright (C) 2007-2009 Christian Dywan <christian@twotoasts.de>
|
2008-01-05 05:24:38 +00:00
|
|
|
|
|
|
|
This library is free software; you can redistribute it and/or
|
|
|
|
modify it under the terms of the GNU Lesser General Public
|
|
|
|
License as published by the Free Software Foundation; either
|
|
|
|
version 2.1 of the License, or (at your option) any later version.
|
|
|
|
|
|
|
|
See the file COPYING for the full license text.
|
|
|
|
*/
|
|
|
|
|
2008-08-25 23:19:38 +00:00
|
|
|
#ifndef __KATZE_H__
|
|
|
|
#define __KATZE_H__
|
2008-01-05 05:24:38 +00:00
|
|
|
|
2009-02-14 01:34:56 +00:00
|
|
|
#include "katze-http-auth.h"
|
2008-01-05 05:24:38 +00:00
|
|
|
#include "katze-utils.h"
|
2008-08-23 16:32:53 +00:00
|
|
|
#include "katze-item.h"
|
2008-08-25 23:19:38 +00:00
|
|
|
#include "katze-array.h"
|
2008-10-10 20:31:37 +00:00
|
|
|
#include "katze-arrayaction.h"
|
2009-10-18 20:06:24 +00:00
|
|
|
#include "katze-preferences.h"
|
2008-01-05 05:24:38 +00:00
|
|
|
|
2015-09-12 00:47:06 +00:00
|
|
|
#ifndef HAVE_WEBKIT2
|
|
|
|
#include <webkit/webkit.h>
|
|
|
|
#else
|
|
|
|
#include <webkit2/webkit2.h>
|
|
|
|
#endif
|
|
|
|
|
2008-01-06 00:44:37 +00:00
|
|
|
#endif /* __KATZE_H__ */
|