diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-08-30 19:22:22 +0200 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-08-30 19:22:22 +0200 |
| commit | dac728745922a717db05f2e8dcbe6c533dc0df6f (patch) | |
| tree | 128a97ee72e43d5cd77d75623fddc432e5d8e72b /src/daemon/dumpsocket.cpp | |
| parent | 6fa623fa36aed78b4c48700f675ebb0638702b0d (diff) | |
| download | abrt-dac728745922a717db05f2e8dcbe6c533dc0df6f.tar.gz abrt-dac728745922a717db05f2e8dcbe6c533dc0df6f.tar.xz abrt-dac728745922a717db05f2e8dcbe6c533dc0df6f.zip | |
abrtlib.h: include <assert.h> and "strbuf.h"
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/daemon/dumpsocket.cpp')
| -rw-r--r-- | src/daemon/dumpsocket.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/daemon/dumpsocket.cpp b/src/daemon/dumpsocket.cpp index 21421b81..f95197f6 100644 --- a/src/daemon/dumpsocket.cpp +++ b/src/daemon/dumpsocket.cpp @@ -15,17 +15,14 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "dumpsocket.h" -#include "abrtlib.h" #include <glib.h> -#include <sys/socket.h> -#include <sys/types.h> #include <sys/un.h> +#include "abrtlib.h" +#include "dumpsocket.h" #include "debug_dump.h" #include "crash_types.h" #include "abrt_exception.h" #include "hooklib.h" -#include "strbuf.h" #define SOCKET_FILE VAR_RUN"/abrt/abrt.socket" #define SOCKET_PERMISSION 0666 |
