X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fevent.hh;h=7b7687330dd71eed93fba76bc84f35ea5e179bf0;hp=c717db49ea09b6acb3e7f0122afa688c091cccd6;hb=HEAD;hpb=831f04d4bc19a390415ac0bbac4331c7a65509bc diff --git a/src/moof/event.hh b/src/moof/event.hh index c717db4..7b76873 100644 --- a/src/moof/event.hh +++ b/src/moof/event.hh @@ -1,25 +1,23 @@ -/*] Copyright (c) 2009-2010, Charles McGarvey [************************** +/*] Copyright (c) 2009-2011, Charles McGarvey [***************************** **] All rights reserved. * -* vi:ts=4 sw=4 tw=75 -* * Distributable under the terms and conditions of the 2-clause BSD license; * see the file COPYING for a complete text of the license. * -**************************************************************************/ +*****************************************************************************/ #ifndef _MOOF_EVENT_HH_ #define _MOOF_EVENT_HH_ +#include + + /** * \file event.hh * Defines an event object. */ -#include - - namespace moof {