Browse Source

tui - sort includes

master
heck 2 years ago
parent
commit
c31fafaa1f
  1. 9
      src/tui.c
  2. 2
      src/tui.h

9
src/tui.c

@ -1,10 +1,11 @@
//#include "base.h"
//#include "oso.h"
#include "base.h"
#include "oso.h"
#include "sysmisc.h"
#include "field.h"
//#include "term_util.h"
#include "tui.h"
#include "midi.h"
#include "term_util.h"
#include "ged.h"
#include "tui.h"
char const *const conf_file_name = "orca.conf";

2
src/tui.h

@ -1,8 +1,8 @@
#pragma once
#include "base.h"
#include "oso.h"
#include "ged.h"
#include "term_util.h"
#include "ged.h"
typedef struct {
Ged *ged;

Loading…
Cancel
Save