1 #ifndef AWS_IO_FILE_UTILS_H
2 #define AWS_IO_FILE_UTILS_H
3 
4 /**
5  * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
6  * SPDX-License-Identifier: Apache-2.0.
7  */
8 
9 /* Just shim the code that's in to common, maintain the public interface */
10 #include <aws/common/file.h>
11 
12 #endif /* AWS_IO_FILE_UTILS_H */
13