common functions moved from diks_io.h to device.h
(Logical change 1.188)edge.strict_endians
parent
ae8d6bf9d6
commit
7af52becdd
|
@ -28,7 +28,7 @@
|
|||
#include "compat.h"
|
||||
|
||||
#include "attrib.h"
|
||||
#include "disk_io.h"
|
||||
#include "device.h"
|
||||
#include "mft.h"
|
||||
#include "debug.h"
|
||||
#include "mst.h"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "compat.h"
|
||||
|
||||
#include "types.h"
|
||||
#include "disk_io.h"
|
||||
#include "device.h"
|
||||
#include "debug.h"
|
||||
#include "bitmap.h"
|
||||
#include "attrib.h"
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include "volume.h"
|
||||
#include "layout.h"
|
||||
#include "debug.h"
|
||||
#include "disk_io.h"
|
||||
#include "device.h"
|
||||
|
||||
/**
|
||||
* Internal:
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "support.h"
|
||||
#include "endians.h"
|
||||
#include "bootsect.h"
|
||||
#include "disk_io.h"
|
||||
#include "device.h"
|
||||
#include "attrib.h"
|
||||
#include "volume.h"
|
||||
#include "mft.h"
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
#include "types.h"
|
||||
#include "attrib.h"
|
||||
#include "mft.h"
|
||||
#include "disk_io.h"
|
||||
#include "device.h"
|
||||
#include "logfile.h"
|
||||
#include "mst.h"
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#include "support.h"
|
||||
#include "endians.h"
|
||||
#include "bootsect.h"
|
||||
#include "disk_io.h"
|
||||
#include "device.h"
|
||||
#include "attrib.h"
|
||||
#include "volume.h"
|
||||
#include "mft.h"
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
#include "attrib.h"
|
||||
#include "layout.h"
|
||||
#include "inode.h"
|
||||
#include "disk_io.h"
|
||||
#include "device.h"
|
||||
#include "utils.h"
|
||||
#include "debug.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue