summaryrefslogtreecommitdiffstats
path: root/src/include/abrtlib.h
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/include/abrtlib.h
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/include/abrtlib.h')
-rw-r--r--src/include/abrtlib.h42
1 files changed, 1 insertions, 41 deletions
diff --git a/src/include/abrtlib.h b/src/include/abrtlib.h
index 3d17ce3c..40d88f30 100644
--- a/src/include/abrtlib.h
+++ b/src/include/abrtlib.h
@@ -6,47 +6,8 @@
#ifndef ABRTLIB_H_
#define ABRTLIB_H_
-#include <assert.h>
-#include <ctype.h>
-#include <dirent.h>
-#include <errno.h>
-#include <fcntl.h>
-#include <inttypes.h>
-#include <setjmp.h>
-#include <signal.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <stdarg.h>
-#include <stddef.h>
-#include <string.h>
-#include <sys/poll.h>
-#include <sys/mman.h>
-#include <sys/socket.h>
-#include <sys/stat.h>
-#include <sys/time.h>
-#include <sys/types.h>
-#include <sys/wait.h>
-#include <arpa/inet.h> /* sockaddr_in, sockaddr_in6 etc */
-#include <termios.h>
-#include <time.h>
-#include <unistd.h>
-/* Try to pull in PATH_MAX */
-#include <limits.h>
-#include <sys/param.h>
-#ifndef PATH_MAX
-# define PATH_MAX 256
-#endif
-#include <pwd.h>
-#include <grp.h>
-/* C++ bits */
-#ifdef __cplusplus
-# include <string>
-#endif
-#include <glib.h>
-
-#include <report.h>
/* libreport's internal functions we use: */
-#include <libreport.h>
+#include <internal_libreport.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
@@ -75,7 +36,6 @@ int vdprintf(int d, const char *format, va_list ap);
#undef ARRAY_SIZE
#define ARRAY_SIZE(x) ((unsigned)(sizeof(x) / sizeof((x)[0])))
-
#include "hooklib.h"
#include "abrt_conf.h"