libept
list.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 #include <wibble/list.h>
3 
4 #ifndef EPT_LIST_H
5 #define EPT_LIST_H
6 
7 namespace ept {
8 namespace core {
9 namespace list = wibble::list;
10 
11 }
12 }
13 
14 #endif