// Since this is example code that should be buildable outside the // Salmon baseline, it is possible (but perhaps not desirable) // to not use the full include path but instead rely on the // compiler having -I directives for all public header directories, // and to pick up local headers from the current directory. // So, we can include Api files as either // #include // #include // and local includes can be either // #include // #include "SOMETHING.h" // Using the Salmon convention does have its benefits, // as it allows more verification in the deploy scripts. #include #include #include #include