stricter warnings: Wredundant-decls

This commit is contained in:
Philippe Teuwen 2020-05-03 12:23:55 +02:00
commit 19be62f7e6
9 changed files with 11 additions and 39 deletions

View file

@ -26,12 +26,14 @@
#include <string.h>
#include "proxgui.h"
#include <QtGui>
#include "ui.h"
#include "comms.h"
extern "C" int preferences_save(void);
extern "C" {
#include "ui.h"
#include "comms.h"
#include "graph.h"
#include "cmddata.h"
#include "util_darwin.h"
}