[CABMAN] Move CCFDATAStorage to a separate header

This commit is contained in:
Mark Jansen 2020-08-30 20:38:43 +02:00
parent 7394d12f7e
commit 63f3275d15
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
5 changed files with 41 additions and 28 deletions

View file

@ -1,10 +1,10 @@
/*
* PROJECT: ReactOS cabinet manager
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: CCFDATAStorage class implementation for Linux/Unix
* PURPOSE: CCFDATAStorage class implementation
* COPYRIGHT: Copyright 2017 Casper S. Hornstrup (chorns@users.sourceforge.net)
* Copyright 2017 Colin Finck <mail@colinfinck.de>
* Copyright 2018 Dmitry Bagdanov <dimbo_job@mail.ru>
* Copyright 2018 Dmitry Bagdanov <dimbo_job@mail.ru>
*/
#include <stdio.h>
#include <stdlib.h>
@ -16,7 +16,7 @@
#include <dirent.h>
#endif
#include "cabinet.h"
#include "CCFDATAStorage.h"
#include "raw.h"
#include "mszip.h"