]> git.street.me.uk Git - andy/viking.git/blame - src/viking.h
Fix comment in AC DEFINE
[andy/viking.git] / src / viking.h
CommitLineData
50a14534
EB
1/*
2 * viking -- GPS Data and Topo Analyzer, Explorer, and Manager
3 *
4 * Copyright (C) 2003-2005, Evan Battaglia <gtoevan@gmx.net>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 *
20 */
21
22#ifndef __VIKING_VIKING_H
23#define __VIKING_VIKING_H
24
25#include <gtk/gtk.h>
26#include <gdk-pixbuf/gdk-pixdata.h>
50a14534
EB
27#include <time.h>
28
29#ifdef WINDOWS
30#include <io.h>
31#include <winsock.h>
50a14534
EB
32#endif
33
34#include "config.h"
35
36#include "globals.h"
37#include "coords.h"
38#include "vikcoord.h"
fc6640a9 39#include "vik_compat.h"
85611cd9 40#include "download.h"
50a14534
EB
41#include "vikwaypoint.h"
42#include "viktrack.h"
43#include "vikviewport.h"
44#include "viktreeview.h"
45#include "viklayer.h"
a7023a1b 46#include "viklayer_defaults.h"
50a14534
EB
47#include "vikaggregatelayer.h"
48#include "viklayerspanel.h"
49#include "vikcoordlayer.h"
50#include "vikgeoreflayer.h"
51#include "vikstatus.h"
52#include "vikfileentry.h"
53#include "viktrwlayer.h"
f253a6a6 54#include "vikgpslayer.h"
5fa4fe86
RN
55#ifdef HAVE_LIBMAPNIK
56#include "vikmapniklayer.h"
57#endif
50a14534
EB
58#include "clipboard.h"
59#include "dialog.h"
60#include "file.h"
a660c6aa 61#include "fileutils.h"
50a14534
EB
62#include "vikwindow.h"
63#include "gpspoint.h"
66b23637 64#include "settings.h"
8320d013 65#include "util.h"
062d81b5 66#include "vikutils.h"
50a14534
EB
67
68#endif