Duration Rename

- In preparation for a new (different) Duration object, the source files need
  to be renamed.
This commit is contained in:
Paul Beckingham 2014-01-02 00:12:28 -05:00
parent fa7a8389fe
commit d27451590a
21 changed files with 20 additions and 20 deletions

View file

@ -33,7 +33,7 @@
#include <stdlib.h>
#include <inttypes.h>
#include <Context.h>
#include <Duration.h>
#include <OldDuration.h>
#include <main.h>
#include <text.h>
#include <util.h>