mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Reorder include statements for consistency in main.c and usage.c
This commit is contained in:
@@ -17,9 +17,10 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "usage.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#include "aaruformat.h"
|
||||
#include "usage.h"
|
||||
#include "version.h" // Optional if you want a central place for version macros
|
||||
|
||||
void print_banner()
|
||||
|
||||
Reference in New Issue
Block a user