summaryrefslogtreecommitdiffstats
path: root/src/include/plugin.h
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-01-20 21:43:54 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-01-20 21:43:54 +0100
commit320724188859d96b0a974d9e84bacd49a614f97d (patch)
treea29c3c1f666e345be07725508e694e72f6ac368e /src/include/plugin.h
parenta0dc58e8355a0d4b98b9c88e0f26172b1418d7c9 (diff)
downloadabrt-320724188859d96b0a974d9e84bacd49a614f97d.tar.gz
abrt-320724188859d96b0a974d9e84bacd49a614f97d.tar.xz
abrt-320724188859d96b0a974d9e84bacd49a614f97d.zip
remove plugin.h, move its only macro into into only user
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/include/plugin.h')
-rw-r--r--src/include/plugin.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/include/plugin.h b/src/include/plugin.h
deleted file mode 100644
index 5af5753c..00000000
--- a/src/include/plugin.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- Plugin.h - header file for plugin. It contains mandatory macros
- and common function for plugins
-
- Copyright (C) 2009 Zdenek Prikryl (zprikryl@redhat.com)
- Copyright (C) 2009 RedHat inc.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-*/
-#ifndef PLUGIN_H_
-#define PLUGIN_H_
-
-#include "abrt_types.h"
-#include "abrt_crash_data.h"
-
-#define PLUGINS_CONF_EXTENSION "conf"
-
-#endif