fifo_buffer: move to util/

This commit is contained in:
Max Kellermann
2013-01-15 01:00:59 +01:00
parent 76bc28ab1e
commit f9fc3a42cc
15 changed files with 23 additions and 23 deletions

View File

@@ -22,7 +22,7 @@
#include "ClientList.hxx"
#include "Partition.hxx"
#include "fd_util.h"
#include "fifo_buffer.h"
#include "util/fifo_buffer.h"
extern "C" {
#include "resolver.h"
}