backend: standard lib includes before local (fixes [[e1522e]])

This commit is contained in:
gitlost
2022-09-13 22:08:08 +01:00
parent e1522e0808
commit a6cc4f5203
11 changed files with 17 additions and 18 deletions

View File

@ -34,10 +34,10 @@
/* Code 16k can hold up to 77 characters or 154 numbers */
#include "common.h"
#include "code128.h"
#include <assert.h>
#include <stdio.h>
#include "common.h"
#include "code128.h"
/* Note using C128Table with extra entry at 106 (Triple Shift) for C16KTable */