Only compute realpath when basenames_may_differ is set
[deliverable/binutils-gdb.git] / gdb / c-valprint.c
index d2b07d08db28e2951eea681706b9986c59fa47fb..c4306f1488f15af88abb2f44c4b732630235effb 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-
-/* Local non-gdb includes.  */
-#include "c-lang.h"
-#include "cp-abi.h"
-#include "expression.h"
+#include "symtab.h"
 #include "gdbtypes.h"
+#include "expression.h"
+#include "value.h"
+#include "valprint.h"
 #include "language.h"
-#include "objfiles.h"
-#include "symtab.h"
+#include "c-lang.h"
+#include "cp-abi.h"
 #include "target.h"
-#include "valprint.h"
-#include "value.h"
-
+#include "objfiles.h"
 \f
 
 /* A helper for c_textual_element_type.  This checks the name of the
This page took 0.024393 seconds and 4 git commands to generate.