util/DynamicFifoBuffer: adjust include guard

This commit is contained in:
Max Kellermann 2015-02-16 00:53:04 +01:00
parent 12de22d3bb
commit 64b9e7fd48

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2003-2013 Max Kellermann <max@duempel.org>
* Copyright (C) 2003-2015 Max Kellermann <max@duempel.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@ -27,8 +27,8 @@
* OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef FIFO_BUFFER_HPP
#define FIFO_BUFFER_HPP
#ifndef DYNAMIC_FIFO_BUFFER_HXX
#define DYNAMIC_FIFO_BUFFER_HXX
#include "ForeignFifoBuffer.hxx"