comparison 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
comparison
equal deleted inserted replaced
646:e76951e4da20 647:749b5aed61f6
15 // distributed under the License is distributed on an "AS IS" BASIS, 15 // distributed under the License is distributed on an "AS IS" BASIS,
16 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 // See the License for the specific language governing permissions and 17 // See the License for the specific language governing permissions and
18 // limitations under the License. 18 // limitations under the License.
19 19
20 #include "sai.h"
21
20 #include <assert.h> 22 #include <assert.h>
21
22 #include "sai.h"
23 23
24 SAI::SAI(const SAIParams& params) : params_(params) { 24 SAI::SAI(const SAIParams& params) : params_(params) {
25 assert(params_.window_width > params_.width && 25 assert(params_.window_width > params_.width &&
26 "SAI window_width must be larger than width."); 26 "SAI window_width must be larger than width.");
27 27