Mercurial > hg > aimc
diff carfac/sai.cc @ 647:749b5aed61f6
More #include cleanups.
author | ronw@google.com |
---|---|
date | Tue, 11 Jun 2013 21:32:50 +0000 |
parents | 8b70f4cf00c7 |
children | f926e0892dee |
line wrap: on
line diff
--- a/carfac/sai.cc Tue Jun 11 20:41:15 2013 +0000 +++ b/carfac/sai.cc Tue Jun 11 21:32:50 2013 +0000 @@ -17,10 +17,10 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include "sai.h" + #include <assert.h> -#include "sai.h" - SAI::SAI(const SAIParams& params) : params_(params) { assert(params_.window_width > params_.width && "SAI window_width must be larger than width.");