aboutsummaryrefslogtreecommitdiff
path: root/sim/common/hw-ports.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/hw-ports.c')
-rw-r--r--sim/common/hw-ports.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sim/common/hw-ports.c b/sim/common/hw-ports.c
index fbc7278..6029814 100644
--- a/sim/common/hw-ports.c
+++ b/sim/common/hw-ports.c
@@ -20,13 +20,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* This must come before any other includes. */
#include "defs.h"
-#include "hw-main.h"
-#include "hw-base.h"
-
+#include <ctype.h>
#include <stdlib.h>
#include <string.h>
-#include <ctype.h>
+#include "hw-main.h"
+#include "hw-base.h"
struct hw_port_edge
{