| 25 * You should have received a copy of the GNU General Public License |
25 * You should have received a copy of the GNU General Public License |
| 26 * along with this program; if not, write to the Free Software |
26 * along with this program; if not, write to the Free Software |
| 27 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
27 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
| 28 */ |
28 */ |
| 29 |
29 |
| 30 #ifndef _GGP_UTILS_H |
30 #ifndef PURPLE_GG_UTILS_H |
| 31 #define _GGP_UTILS_H |
31 #define PURPLE_GG_UTILS_H |
| 32 |
32 |
| 33 #include <internal.h> |
33 #include <internal.h> |
| 34 #include <libgadu.h> |
34 #include <libgadu.h> |
| 35 #include <json-glib/json-glib.h> |
35 #include <json-glib/json-glib.h> |
| 36 |
36 |