mailiverse/cpp/core/mailiverse/mail/Lib.h
2013-07-25 22:51:23 -04:00

15 lines
259 B
C

/**
* Author: Timothy Prepscius
* License: BSD + keep my name in the code!
*/
#ifndef __mailiverse_mail_Lib_h__
#define __mailiverse_mail_Lib_h__
#include "cache/Lib.h"
#include "manager/Lib.h"
#include "model/Lib.h"
#include "serializers/Lib.h"
#endif