mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-20 03:17:12 +00:00
backend: standard lib includes before local (fixes [[e1522e]])
This commit is contained in:
@@ -30,11 +30,11 @@
|
||||
*/
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
|
||||
#include "common.h"
|
||||
#include "code128.h"
|
||||
#include <assert.h>
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include "common.h"
|
||||
#include "code128.h"
|
||||
|
||||
#define uchar unsigned char
|
||||
|
||||
|
||||
Reference in New Issue
Block a user