mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
* #26839: global.h: cleanup
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user