mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 11:14:39 +00:00
Reorder include statements for consistency in main.c and usage.c
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "commands.h"
|
||||
#include "usage.h"
|
||||
|
||||
|
||||
@@ -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