libpurple/prefs.c

changeset 40439
e9838d634d5e
parent 40279
0682910c702a
child 40509
6748a5ec6644
equal deleted inserted replaced
40362:1edaee25f763 40439:e9838d634d5e
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 * 21 *
22 */ 22 */
23 23
24 #ifdef HAVE_CONFIG_H
25 #include <config.h>
26 #endif
27
28 #include <string.h> 24 #include <string.h>
29 #include <stdio.h> 25 #include <stdio.h>
30 #include <stdlib.h> 26 #include <stdlib.h>
31 #include <sys/types.h> 27 #include <sys/types.h>
28
32 #include <glib.h> 29 #include <glib.h>
30
33 #include "internal.h" 31 #include "internal.h"
32
34 #include "prefs.h" 33 #include "prefs.h"
35 #include "debug.h" 34 #include "debug.h"
36 #include "util.h" 35 #include "util.h"
37 36
38 static PurplePrefsUiOps *prefs_ui_ops = NULL; 37 static PurplePrefsUiOps *prefs_ui_ops = NULL;

mercurial