1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 23:16:46 +02:00

Drop typedef redeclarations

C99 doesn't permit redeclaring typedefs in the same scope.
This commit is contained in:
Dmitrij D. Czarkoff
2014-04-08 12:11:10 +02:00
parent 9fbf7bd1c1
commit f54cd87abc
2 changed files with 2 additions and 4 deletions

View File

@ -6,8 +6,8 @@
#include "config.h"
#endif
#include "audio_call.h"
#include "toxic_windows.h"
#include "audio_call.h"
#include "chat_commands.h"
#include "global_commands.h"
#include "toxic_windows.h"