Skip to content
Snippets Groups Projects

daemon/io: remove redundant libknot/internal/utils.h include

Merged Daniel Salzman requested to merge include_cleanup into master
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -14,8 +14,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <string.h>
#include <libknot/errcode.h>
#include <libknot/internal/utils.h>
#include <contrib/ucw/lib.h>
#include <contrib/ucw/mempool.h>
Loading