mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
backend: standard lib includes before local (fixes [[e1522e]])
This commit is contained in:
@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user