Revert "ioengines: Make td_io_queue print log_err when got error "
[fio.git] / fifo.h
diff --git a/fifo.h b/fifo.h
index 4b775b0bfc1942eb3f7199968e28678a93835796..61cc5a87bd473d939dc3ebe06f46f0cccb0f7fc1 100644 (file)
--- a/fifo.h
+++ b/fifo.h
  *
  * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  */
-#include "minmax.h"
 
 struct fifo {
        unsigned char *buffer;  /* the buffer holding the data */