cosmetics
This commit is contained in:
parent
9086ccafbe
commit
21022a1952
2 changed files with 6 additions and 6 deletions
|
@ -20,8 +20,8 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#ifndef FBTK_XLAYER_HH
|
||||
#define FBTK_XLAYER_HH
|
||||
#ifndef FBTK_LAYER_HH
|
||||
#define FBTK_LAYER_HH
|
||||
|
||||
#include <vector>
|
||||
#include <list>
|
||||
|
@ -82,4 +82,4 @@ private:
|
|||
|
||||
} // namespace FbTk
|
||||
|
||||
#endif // FBTK_XLAYER_HH
|
||||
#endif // FBTK_LAYER_HH
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#ifndef FBTK_XLAYERITEM_HH
|
||||
#define FBTK_XLAYERITEM_HH
|
||||
#ifndef FBTK_LAYERITEM_HH
|
||||
#define FBTK_LAYERITEM_HH
|
||||
|
||||
#include "Layer.hh"
|
||||
#include "NotCopyable.hh"
|
||||
|
@ -76,4 +76,4 @@ private:
|
|||
|
||||
}
|
||||
|
||||
#endif // FBTK_XLAYERITEM_HH
|
||||
#endif // FBTK_LAYERITEM_HH
|
||||
|
|
Loading…
Reference in a new issue