diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2007-01-18 15:55:15 +0100 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2007-01-18 15:55:15 +0100 |
commit | 9b507a508f88cc53dbadd76e6bf735eb48bda186 (patch) | |
tree | 8e877503e777c7c214848535999c975b8dbb6bb1 /lily/input.cc | |
parent | 5ed10e40db547f70f6f5b3ae2092ab0997d89fa3 (diff) |
rename source.{hh,cc} -> sources.{hh,cc}
Diffstat (limited to 'lily/input.cc')
-rw-r--r-- | lily/input.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lily/input.cc b/lily/input.cc index 3d998b384e..09028d0858 100644 --- a/lily/input.cc +++ b/lily/input.cc @@ -13,7 +13,7 @@ using namespace std; #include "international.hh" #include "source-file.hh" -#include "source.hh" +#include "sources.hh" #include "warn.hh" Input::Input (Input const &i) |