Skip to content

Commit

Permalink
xz\alone.h: move #include "common.h" to alone.c
Browse files Browse the repository at this point in the history
  • Loading branch information
inikep committed Mar 13, 2017
1 parent f217db9 commit 3978b7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions xz/alone.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "common.h"
#include "alone.h"

int64_t xz_alone_compress(char *inbuf, size_t insize, char *outbuf, size_t outsize, size_t level, size_t x, size_t y)
Expand Down
2 changes: 0 additions & 2 deletions xz/alone.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#ifndef LZMA_ALONE_ENCODER_H
#define LZMA_ALONE_ENCODER_H

#include "common.h"

#if defined (__cplusplus)
extern "C"
{
Expand Down

0 comments on commit 3978b7d

Please sign in to comment.