Changeset b28a12e in buchla-68k for include


Ignore:
Timestamp:
07/10/2017 02:17:49 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
06f6615
Parents:
39a696b
Message:

Zero redundant declarations.

Location:
include
Files:
1 added
2 moved

Legend:

Unmodified
Added
Removed
  • include/libs.h

    r39a696b rb28a12e  
    77
    88#pragma once
    9 
    10 /* macros and types */
    119
    1210#include "ascii.h"
     
    5755#include "wordq.h"
    5856#include "wsdsp.h"
    59 
    60 /* global variable and function declarations */
    61 
    62 #include "glob.h"
  • include/ram.h

    r39a696b rb28a12e  
     1#pragma once
     2
     3#include "libs.h"
     4
    15#include "../iolib/dofmt.x"
    26#include "../iolib/mdump.x"
     
    224228#include "../ram/uslice.x"
    225229#include "../ram/vtyper.x"
     230#include "../ram/wdfield.x"
    226231#include "../ram/wdselbx.x"
    227232#include "../ram/wheel.x"
    228233#include "../ram/wscalc.x"
    229234#include "../ram/wsdsp.x"
    230 #include "../rom/booter.x"
    231 #include "../rom/romp.x"
    232235#include "../vlib/cg2.x"
    233236#include "../vlib/cg3.x"
Note: See TracChangeset for help on using the changeset viewer.