comparison liboctave/oct-sort.cc @ 5883:1de9a198a303

[project @ 2006-07-14 18:10:30 by jwe]
author jwe
date Fri, 14 Jul 2006 18:10:30 +0000
parents 8d7162924bd3
children 7e958a1532c6
comparison
equal deleted inserted replaced
5882:ef3127d910bc 5883:1de9a198a303
81 */ 81 */
82 82
83 #ifdef HAVE_CONFIG_H 83 #ifdef HAVE_CONFIG_H
84 #include <config.h> 84 #include <config.h>
85 #endif 85 #endif
86
87 #include <cassert>
86 88
87 #include "lo-mappers.h" 89 #include "lo-mappers.h"
88 #include "quit.h" 90 #include "quit.h"
89 #include "oct-sort.h" 91 #include "oct-sort.h"
90 92