void pool_add_fileconflicts_deps(Pool *pool, Queue *conflicts);
-#ifdef LIBSOLV_INTERNAL
-Id *pool_lookup_languagecache_row(Pool *pool, Id keyname);
-#endif
-
/* loop over all providers of d */
*/
/*
- * poolid_private.h
+ * pool_private.h
*
*/
-#ifndef LIBSOLV_POOLID_PRIVATE_H
-#define LIBSOLV_POOLID_PRIVATE_H
+#ifndef LIBSOLV_POOL_PRIVATE_H
+#define LIBSOLV_POOL_PRIVATE_H
/* the size of all buffers is incremented in blocks */
#define WHATPROVIDES_BLOCK 1023
-#endif /* LIBSOLV_POOLID_PRIVATE_H */
+Id *pool_lookup_languagecache_row(Pool *pool, Id keyname);
+
+#endif /* LIBSOLV_POOL_PRIVATE_H */
#include <stdio.h>
#include "pool.h"
+#include "pool_private.h"
#include "poolid.h"
-#include "poolid_private.h"
#include "util.h"
#define REL_BLOCK 1023 /* hashtable for relations */
#include <sys/types.h>
#include "pool.h"
-#include "poolid_private.h"
+#include "pool_private.h"
#include "repo.h"
#include "util.h"
#include "evr.h"
#include "repo.h"
#include "pool.h"
-#include "poolid_private.h"
#include "util.h"
#include "chksum.h"
#include "repopack.h"
#include "repopage.h"
-#include "poolid_private.h" /* WHATPROVIDES_BLOCK */
+#include "pool_private.h" /* WHATPROVIDES_BLOCK */
#define INTERESTED_START SOLVABLE_NAME
#define INTERESTED_END SOLVABLE_ENHANCES
#include "repo.h"
#include "pool.h"
-#include "poolid_private.h"
#include "util.h"
#include "hash.h"
#include "chksum.h"
#include <string.h>
#include "pool.h"
+#include "pool_private.h"
#include "repo.h"
#include "util.h"
#include "policy.h"