summaryrefslogtreecommitdiffstats
path: root/src/lib/hooklib.c
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-06-17 16:31:27 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-06-17 16:31:27 +0200
commita7e51ae8800a2bc14e4449fd3e2a3c689d9feb37 (patch)
tree649966c5ef2b9f620c5f46568a6859f5384d42d0 /src/lib/hooklib.c
parent10028830ab9be6ec1a154d2f9d9a7a66c94ae7b4 (diff)
downloadabrt-a7e51ae8800a2bc14e4449fd3e2a3c689d9feb37.tar.gz
abrt-a7e51ae8800a2bc14e4449fd3e2a3c689d9feb37.tar.xz
abrt-a7e51ae8800a2bc14e4449fd3e2a3c689d9feb37.zip
clean up after libreport separation into a different source tree
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/lib/hooklib.c')
-rw-r--r--src/lib/hooklib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/hooklib.c b/src/lib/hooklib.c
index 365d5953..b5fcec20 100644
--- a/src/lib/hooklib.c
+++ b/src/lib/hooklib.c
@@ -15,9 +15,9 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#include "libreport.h"
-#include "hooklib.h"
#include <sys/statvfs.h>
+#include "internal_libreport.h"
+#include "hooklib.h"
void check_free_space(unsigned setting_MaxCrashReportsSize)
{