Skip to content

Commit

Permalink
Simplify declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
rhargreaves committed Sep 7, 2024
1 parent c7842fd commit 82f0953
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.c
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
#include "genesis.h"
#include "comm/comm.h"
#include "envelopes.h"
#include "log.h"
#include "midi.h"
#include "midi_receiver.h"
#include "presets.h"
#include "scheduler.h"
#include "sys.h"
#include "ui.h"
#include "comm/comm_megawifi.h"
#include "comm/everdrive_led.h"
#include "comm/comm_demo.h"
#include "vdp.h"
#include "build_checks.h"

int main()
Expand Down

0 comments on commit 82f0953

Please sign in to comment.