diff options
Diffstat (limited to 'gprof/utils.c')
-rw-r--r-- | gprof/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/utils.c b/gprof/utils.c index cf79fd6..f349841 100644 --- a/gprof/utils.c +++ b/gprof/utils.c @@ -26,8 +26,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -#include "demangle.h" #include "gprof.h" +#include "demangle.h" #include "search_list.h" #include "source.h" #include "symtab.h" |