1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-03-05 15:05:48 +02:00

Remove unused header files in S3 and Azure storage modules.

This commit is contained in:
David Steele 2021-02-23 07:33:32 -05:00
parent 6fb9de9a48
commit e14036bf57
4 changed files with 0 additions and 10 deletions

View File

@ -3,12 +3,8 @@ Azure Storage Read
***********************************************************************************************************************************/
#include "build.auto.h"
#include <fcntl.h>
#include <unistd.h>
#include "common/debug.h"
#include "common/io/http/client.h"
#include "common/io/read.intern.h"
#include "common/log.h"
#include "common/memContext.h"
#include "common/type/object.h"

View File

@ -6,7 +6,6 @@ Azure Storage File Write
#include <string.h>
#include "common/debug.h"
#include "common/io/write.intern.h"
#include "common/log.h"
#include "common/memContext.h"
#include "common/type/object.h"

View File

@ -3,12 +3,8 @@ S3 Storage Read
***********************************************************************************************************************************/
#include "build.auto.h"
#include <fcntl.h>
#include <unistd.h>
#include "common/debug.h"
#include "common/io/http/client.h"
#include "common/io/read.intern.h"
#include "common/log.h"
#include "common/memContext.h"
#include "common/type/object.h"

View File

@ -4,7 +4,6 @@ S3 Storage File Write
#include "build.auto.h"
#include "common/debug.h"
#include "common/io/write.intern.h"
#include "common/log.h"
#include "common/memContext.h"
#include "common/type/object.h"