* #26839: global.h: cleanup

This commit is contained in:
Tristan Matthews
2013-07-15 13:22:07 -04:00
parent f0271a8ae8
commit c46f7adf80

View File

@ -33,8 +33,11 @@
#ifndef __GLOBAL_H__
#define __GLOBAL_H__
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <cstdio>
//#include <libintl.h>
#include <locale.h>
#include <string>
#include <cstdlib>
@ -42,8 +45,6 @@
#include <map>
#include <vector>
#include "config.h"
const char * const ZRTP_ZID_FILENAME = "sfl.zid";
#define ALSA_DFT_CARD_ID 0 /** Index of the default soundcard */