aboutsummaryrefslogtreecommitdiff
path: root/elf_loader.h
diff options
context:
space:
mode:
authorGiuliano Procida <gprocida@google.com>2022-12-08 16:43:52 +0000
committerMatthias Maennich <maennich@google.com>2022-12-13 23:45:36 +0000
commita63dcf90cacdf9427b844d81a420e5fada71e558 (patch)
tree7c679a16618e2ddb487e6b2ba1cfc837c332db5f /elf_loader.h
parent64f11001cdc9b46c3608993157bb073178c4e472 (diff)
downloadstg-a63dcf90cacdf9427b844d81a420e5fada71e558.tar.gz
rename `stg.{h,cc}` to `graph.{h,cc}`
The files now only contain the node and graph type definitions and some associated helper functions. This change frees up `stg` for other use. PiperOrigin-RevId: 493906103 Change-Id: If40f553cf0b2191d8ca07ed74eb618581fb26454
Diffstat (limited to 'elf_loader.h')
-rw-r--r--elf_loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf_loader.h b/elf_loader.h
index ad3e22c..d0abce5 100644
--- a/elf_loader.h
+++ b/elf_loader.h
@@ -30,7 +30,7 @@
#include <vector>
#include "file_descriptor.h"
-#include "stg.h"
+#include "graph.h"
namespace stg {
namespace elf {