mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 03:46:21 +00:00
fix(editor): remove duplicate #include "ui/ui.h"
editor.c included ui/ui.h twice in a row (lines 25 and 27). Harmless due to the header guard but pure noise.
This commit is contained in:
@@ -24,7 +24,6 @@
|
|||||||
#include "ncurses.h"
|
#include "ncurses.h"
|
||||||
#include "ui/ui.h"
|
#include "ui/ui.h"
|
||||||
#include "xmpp/xmpp.h"
|
#include "xmpp/xmpp.h"
|
||||||
#include "ui/ui.h"
|
|
||||||
|
|
||||||
typedef struct EditorContext
|
typedef struct EditorContext
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user