Skip to content

Commit

Permalink
Removed some unneeded headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisamiga committed Oct 23, 2023
1 parent d200746 commit b574755
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/window.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,14 @@
#include <exec/types.h>
#include <exec/memory.h>
#include <dos/dos.h>
#include <graphics/gfxmacros.h>
#include <intuition/gadgetclass.h>
#include <intuition/imageclass.h>
#include <intuition/icclass.h>
#include <libraries/asl.h>
#include <utility/tagitem.h>
#include <reaction/reaction.h>
#include <reaction/reaction_macros.h>

#include <images/glyph.h>
#include <images/label.h>

#include <proto/diskfont.h>
#include <proto/graphics.h>
#include <clib/alib_protos.h>

#include <proto/glyph.h>
#include <proto/label.h>
//

#include "window.h"
Expand Down

0 comments on commit b574755

Please sign in to comment.