fdp: change the order of includes to fix Windows build error
authorVincent Fu <vincent.fu@samsung.com>
Tue, 28 Feb 2023 18:01:32 +0000 (13:01 -0500)
committerVincent Fu <vincent.fu@samsung.com>
Tue, 28 Feb 2023 18:19:13 +0000 (13:19 -0500)
commit7d352b12ce77d8c0f6401a007761ac50b09ca61f
treec6320f588df139442f0905e9c5f037fdeb9cc2e4
parent9943adfb8adf50e6f54ab6aff613c99a3a75d224
fdp: change the order of includes to fix Windows build error

On Windows fio.h includes some definitions needed by file.h.
fio.h actually includes file.h already but we can retain the file.h
include in fdp.c since it refers to some declarations that were added
there.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
fdp.c