mp3splt-gtk
all_includes.h
1 /**********************************************************
2  *
3  * mp3splt-gtk -- utility based on mp3splt,
4  * for mp3/ogg splitting without decoding
5  *
6  * Copyright: (C) 2005-2012 Alexandru Munteanu
7  * Contact: io_fx@yahoo.fr
8  *
9  * http://mp3splt.sourceforge.net/
10  *
11  *********************************************************/
12 
13 /**********************************************************
14  *
15  * This program is free software; you can redistribute it and/or
16  * modify it under the terms of the GNU General Public License
17  * as published by the Free Software Foundation; either version 2
18  * of the License, or (at your option) any later version.
19  *
20  * This program is distributed in the hope that it will be useful,
21  * but WITHOUT ANY WARRANTY; without even the implied warranty of
22  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23  * GNU General Public License for more details.
24  *
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
27  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
28  * USA.
29  *
30  *********************************************************/
31 
32 #ifndef ALL_INCLUDES_H
33 
34 #define ALL_INCLUDES_H
35 
36 #include "external_includes.h"
37 
38 #include "ui_types.h"
39 
40 #include "ui_manager.h"
41 #include "preferences_manager.h"
42 #include "main_window.h"
43 #include "player_window.h"
44 #include "splitpoints_window.h"
45 #include "widgets_helper.h"
46 #include "preferences_window.h"
47 #include "utilities.h"
48 #include "mp3splt-gtk.h"
49 #include "player_control.h"
50 #include "freedb_window.h"
51 #include "import.h"
52 #include "export.h"
53 #include "options_manager.h"
54 #include "split_files_window.h"
55 #include "split_mode_window.h"
56 #include "messages_window.h"
57 #include "snackamp_control.h"
58 #include "audacious_control.h"
59 #include "gstreamer_control.h"
60 #include "multiple_files_window.h"
61 #include "libmp3splt_manager.h"
62 #include "combo_helper.h"
63 #include "radio_helper.h"
64 #include "drawing_helper.h"
65 #include "douglas_peucker.h"
66 #include "drag_and_drop.h"
67 #include "mutex.h"
68 
69 #endif
70