summaryrefslogtreecommitdiff
path: root/src/poolid.h
diff options
context:
space:
mode:
authorMichael Andres <ma@suse.de>2007-11-21 11:19:46 +0000
committerMichael Andres <ma@suse.de>2007-11-21 11:19:46 +0000
commitb430f5d1a9ce1d606d965f285cd0a8315360bba8 (patch)
treef23bd69873ae18184fbae8c9ff24d3ac31223616 /src/poolid.h
parentf94a003518388add84573e70bdaab062059c8402 (diff)
downloadlibsolv-b430f5d1a9ce1d606d965f285cd0a8315360bba8.tar.gz
libsolv-b430f5d1a9ce1d606d965f285cd0a8315360bba8.tar.bz2
libsolv-b430f5d1a9ce1d606d965f285cd0a8315360bba8.zip
use SATSOLVER_ prefix in include guards
Diffstat (limited to 'src/poolid.h')
-rw-r--r--src/poolid.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/poolid.h b/src/poolid.h
index 069ecb5..7ea597c 100644
--- a/src/poolid.h
+++ b/src/poolid.h
@@ -10,8 +10,8 @@
*
*/
-#ifndef POOLID_H
-#define POOLID_H
+#ifndef SATSOLVER_POOLID_H
+#define SATSOLVER_POOLID_H
#include "pooltypes.h"
#include "hash.h"
@@ -36,4 +36,4 @@ extern void pool_shrink_strings(Pool *pool);
extern void pool_shrink_rels(Pool *pool);
extern void pool_freeidhashes(Pool *pool);
-#endif /* POOLID_H */
+#endif /* SATSOLVER_POOLID_H */