mirror of
https://review.haiku-os.org/haiku
synced 2025-01-21 22:04:49 +01:00
0be6e97788
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20901 a95241bf-73f2-0310-859d-f6bbb57e9c96
15 lines
268 B
C
15 lines
268 B
C
/*
|
|
* Copyright 2007, Hugo Santos. All Rights Reserved.
|
|
* Distributed under the terms of the MIT License.
|
|
*
|
|
* Authors:
|
|
* Hugo Santos, hugosantos@gmail.com
|
|
*/
|
|
#ifndef _SLAB_SLAB_H_
|
|
#define _SLAB_SLAB_H_
|
|
|
|
#include <slab/Base.h>
|
|
#include <slab/Depot.h>
|
|
|
|
#endif
|