diff carfac/carfac_test.cc @ 647:749b5aed61f6

More #include cleanups.
author ronw@google.com
date Tue, 11 Jun 2013 21:32:50 +0000
parents e76951e4da20
children 1c2a5868f23a
line wrap: on
line diff
--- a/carfac/carfac_test.cc	Tue Jun 11 20:41:15 2013 +0000
+++ b/carfac/carfac_test.cc	Tue Jun 11 21:32:50 2013 +0000
@@ -20,6 +20,8 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+#include "carfac.h"
+
 #include <fstream>
 #include <string>
 #include <vector>
@@ -28,7 +30,7 @@
 
 #include "agc.h"
 #include "car.h"
-#include "carfac.h"
+#include "carfac_output.h"
 #include "common.h"
 #include "ihc.h"