libept  0.5.25
list.h
Go to the documentation of this file.
00001 // -*- C++ -*-
00002 #include <wibble/list.h>
00003 
00004 #ifndef EPT_LIST_H
00005 #define EPT_LIST_H
00006 
00007 namespace ept {
00008 namespace core {
00009 namespace list = wibble::list;
00010 
00011 }
00012 }
00013 
00014 #endif