aboutsummaryrefslogtreecommitdiffstats
path: root/android/snapshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'android/snapshot.c')
-rw-r--r--android/snapshot.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/android/snapshot.c b/android/snapshot.c
index ca86700..047465f 100644
--- a/android/snapshot.c
+++ b/android/snapshot.c
@@ -33,12 +33,10 @@
#include <time.h>
#include <unistd.h>
+#include "bswap.h"
#include "android/utils/debug.h"
#include "android/utils/system.h"
-#include "bswap.h"
-#include "snapshot.h"
-
-#if CONFIG_ANDROID_SNAPSHOTS
+#include "android/snapshot.h"
/* "Magic" sequence of four bytes required by spec to be the first four bytes
* of any Qcow file.
@@ -333,4 +331,3 @@ snapshot_print_and_exit( const char *snapstorage )
close(fd);
exit(0);
}
-#endif // CONFIG_ANDROID_SNAPSHOTS