mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 13:42:14 +00:00
Merge pull request #119 from PartialVolume/fix_header_order
Fix order of include files in options.c
This commit is contained in:
@@ -20,12 +20,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "options.h"
|
||||
#include "context.h"
|
||||
#include "logging.h"
|
||||
#include "method.h"
|
||||
#include "nwipe.h"
|
||||
#include "context.h"
|
||||
#include "method.h"
|
||||
#include "prng.h"
|
||||
#include "options.h"
|
||||
#include "logging.h"
|
||||
#include "version.h"
|
||||
|
||||
/* The global options struct. */
|
||||
|
||||
Reference in New Issue
Block a user